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

카카오 로그인 API 구현 #33

Merged
merged 5 commits into from
Feb 19, 2024
Merged

카카오 로그인 API 구현 #33

merged 5 commits into from
Feb 19, 2024

Conversation

Wo-ogie
Copy link
Member

@Wo-ogie Wo-ogie commented Feb 19, 2024

🔥 Related Issue

🏃‍ Task

  • 외부 서버와의 API communication을 위해 Spring Open Feign (Feign Client) 의존성 추가
  • 카카오 로그인 API 구현
    • 카카오 로그인 시, 기존 회원이라면 회원 정보를 바탕으로 access token 발급
    • 카카오 로그인 시, 신규 회원이라면 회원가입(신규 회원 등록) 진행 후 해당 유저 정보로 access token 발급

📄 Reference

@Wo-ogie Wo-ogie added the enhancement New feature or request label Feb 19, 2024
@Wo-ogie Wo-ogie requested a review from tinon1004 February 19, 2024 03:21
@Wo-ogie Wo-ogie self-assigned this Feb 19, 2024
@tinon1004 tinon1004 merged commit d6c4ec4 into main Feb 19, 2024
1 check passed
@tinon1004 tinon1004 deleted the feature/#25-kakao-login branch February 19, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

카카오 로그인 API 구현
2 participants