[FIX] 카카오 검증 API 수정#122
Merged
Merged
Conversation
Test Results42 tests 42 ✅ 1m 5s ⏱️ Results for commit 6b47120. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✏️ 작업 개요
⛳ 작업 분류
🔨 작업 상세 내용
즉, 카카오 로그인의 경우 반드시 두 번의 API가 호출되어야 했습니다. 계정이 존재하지 않는 경우는 필연적이라고 생각하며, 계정이 존재하는 경우에는 바로 JWT를 발급하여 로그인 할 수 있도록 변경했습니다. (클라이언트와 회의 및 API 명세서 수정 완료)
💡 생각해볼 문제