refactor(auth): 소셜 로그인 시 다른 계정 선택 가능하도록 개선 #98
Merged
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.
📝 요약(Summary)
소셜 로그인을 하고 로그아웃을 할 시에 refresh token은 정상적으로 잘 삭제되지만 다시 해당 소셜 로그인 버튼을 누르면 자동으로 로그인되어서 다른 네이버/구글 아이디로는 로그인이 불가능한 문제가 있었음
Authorization URL 파라미터에 대해 구글은 prompt=select_account 파라미터 추가, 네이버는 auth_type=reauthenticate 파라미터 추가하여 해결
🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.