[Feat/jwt login]#27
Merged
Merged
Conversation
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.
작업 내역
1. 인증 기능 유저도메인에서 분리
user에서는 이제 단순히 userRegisterService로 저장하는 것만 담당합니다.
2.소셜로그인 리팩토링
소셜 제공자마다 oidc 형식이 다른 이슈가 있습니다. 추상화 했던 로직을 다시 구체화하여
카카오와 애플로그인을 분리했습니다. endpoint 또한 나뉘게 됩니다.
/api/v1/auth/kakao/api/v1/auth/apple3.인증과정에서 예외처리 개선
AS
TO BE
4. Token 리프레쉬 로직 구현
PR이 너무 크네요... 옮기는 작업이랑 구현을 동시에 해서 너무 커졌습니다. 죄송합니다 ㅠ