Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(#1): 로그인 API response 수정 #22

Merged
merged 1 commit into from
Aug 3, 2024
Merged

Conversation

tmddus2
Copy link
Collaborator

@tmddus2 tmddus2 commented Aug 3, 2024

작업 사항

로그인 성공시 API 응답 다음과 같이 변경

{
    "code": 20000,
    "message": "정상 처리 되었습니다.",
    "data": {
        "accessToken": "token 값"
    }
}

고민한 점들

@tmddus2 tmddus2 merged commit c989a55 into main Aug 3, 2024
@tmddus2 tmddus2 self-assigned this Aug 3, 2024
@tmddus2 tmddus2 linked an issue Aug 4, 2024 that may be closed by this pull request
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Social Login을 구현한다
1 participant