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: OAuth(Kakao) Service를 구현한다. #15

Merged
merged 6 commits into from
Aug 2, 2024
Merged

feat: OAuth(Kakao) Service를 구현한다. #15

merged 6 commits into from
Aug 2, 2024

Conversation

rlarltj
Copy link
Member

@rlarltj rlarltj commented Aug 2, 2024

📄 변경 사항

클라이언트로부터 kakao access token을 받아서,
Kakao Server로부터 유저 데이터를 받아오는 플로우를 구현합니다.

  • RestTemplate Config 추가
  • 공통 설정을 application.yml로 분리
  • KakaoService 구현
    • KakaoUserData에 유저 정보를 받아온 뒤 OAuthUserDataResponse로 변환해서 반환

다른 Provider가 추가되어도 쉽게 추가할 수 있도록 하였습니다.

@rlarltj rlarltj requested a review from min429 August 2, 2024 02:31
@rlarltj rlarltj self-assigned this Aug 2, 2024
@rlarltj rlarltj merged commit 3ee54ef into main Aug 2, 2024
1 check passed
@rlarltj rlarltj deleted the ISSUE-86 branch August 2, 2024 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants