-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feat] 카카오 로그인 초기 세팅 #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아린님 로그인 쉽지 않은데 고생하셨습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
설정할 것도 많고 토큰 관련된 과정도 복잡했을텐데 넘 수고하셨어요!
@@ -37,21 +37,21 @@ public OAuth2User loadUser(OAuth2UserRequest oAuth2UserRequest) throws OAuth2Aut | |||
private OAuth2User processOAuth2User(OAuth2UserRequest oAuth2UserRequest, OAuth2User oAuth2User) { | |||
OAuth2UserInfo oAuth2UserInfo = OAuth2UserInfoFactory.getOAuth2UserInfo(oAuth2UserRequest.getClientRegistration().getRegistrationId(), oAuth2User.getAttributes()); | |||
DefaultAssert.isAuthentication(!oAuth2UserInfo.getEmail().isEmpty()); | |||
|
|||
Optional<Member> userOptional = memberRepository.findByEmail(oAuth2UserInfo.getEmail()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분만 memberOptional이 아니고 userOptional인 건 이유가 있나요?!
궁금해서 질문 남깁니다 ,,!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~ 꼼꼼하게 잘 짜셨어요!
✨ PR 유형
어떤 변경 사항이 있나요??
🛠️ 작업내용
[ 작업한 내용을 작성해주세요 ]
JWT, Security, Kakao login setting
📋 추후 진행 상황
[ 다음에 진행할 작업에 대해 작성해주세요 ]
[ 현재 커밋 후 풀리퀘 다음으로 작업 내용을 적어주면 됩니다 ]
카카오 로그인 구체화
📌 리뷰 포인트
[ 어떤 부분을 잘 체크해야하는지 작성해주세요 ]
웹이 아닌 앱과 협업시 카카오 로그인 + JWT + Security를 활용한 레퍼런스를 많이 참고했는데,
초은님이 기존에 세팅해두신 global 패키지와 겹치는 부분이 많아보여요!
금요일에 어떤 코드를 활용해야 할 지 논의 해보면 좋을 것 같습니다!
✅ Checklist
PR이 다음 요구 사항을 충족하는지 확인해주세요