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

[Feat] 카카오 로그인 초기 세팅 #6

Merged
merged 13 commits into from
Jan 19, 2024
Merged

[Feat] 카카오 로그인 초기 세팅 #6

merged 13 commits into from
Jan 19, 2024

Conversation

arinming
Copy link
Member

✨ PR 유형

어떤 변경 사항이 있나요??

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

🛠️ 작업내용

[ 작업한 내용을 작성해주세요 ]
JWT, Security, Kakao login setting

📋 추후 진행 상황

[ 다음에 진행할 작업에 대해 작성해주세요 ]

[ 현재 커밋 후 풀리퀘 다음으로 작업 내용을 적어주면 됩니다 ]
카카오 로그인 구체화

📌 리뷰 포인트

[ 어떤 부분을 잘 체크해야하는지 작성해주세요 ]
웹이 아닌 앱과 협업시 카카오 로그인 + JWT + Security를 활용한 레퍼런스를 많이 참고했는데,
초은님이 기존에 세팅해두신 global 패키지와 겹치는 부분이 많아보여요!
금요일에 어떤 코드를 활용해야 할 지 논의 해보면 좋을 것 같습니다!

✅ Checklist

PR이 다음 요구 사항을 충족하는지 확인해주세요

  • 커밋 메시지 컨벤션에 맞게 작성했습니다
  • 유지-보수를 위해 주석 처리를 잘 작성했습니다

@arinming arinming added 🚶‍♀️아린 아린이 담당 ✨ feature 기능 추가 labels Jan 18, 2024
@arinming arinming self-assigned this Jan 18, 2024
Copy link
Contributor

@choeun7 choeun7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아린님 로그인 쉽지 않은데 고생하셨습니다!

Copy link
Contributor

@Jeongmin39 Jeongmin39 left a 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());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분만 memberOptional이 아니고 userOptional인 건 이유가 있나요?!
궁금해서 질문 남깁니다 ,,!

Copy link
Contributor

@sanggae4133 sanggae4133 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~ 꼼꼼하게 잘 짜셨어요!

@arinming arinming merged commit 9553a1c into dev Jan 19, 2024
1 check failed
@arinming arinming deleted the feature/1 branch March 10, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 기능 추가 🚶‍♀️아린 아린이 담당
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants