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 연동 #1

Closed
4 tasks done
astrokan opened this issue Feb 10, 2025 · 0 comments
Closed
4 tasks done

카카오 로그인 API 연동 #1

astrokan opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@astrokan
Copy link
Collaborator

astrokan commented Feb 10, 2025

어떤 기능인가요?

카카오 로그인 API 연동

  • 카카오 OAuth2 인증을 통해 사용자가 웹서비스에 로그인할 수 있도록 설정합니다.
  • DB 설계 확정 전이므로 사용자 정보를 별도로 저장하지 않고, 인증 흐름만 먼저 구현합니다.

작업 상세 내용

  • 카카오 OAuth2 연동을 위한 spring-boot-starter-oauth2-client 의존성 추가
  • application.yml(혹은 .properties)에 카카오 앱 REST API 키 및 Redirect URI 정보 등록
  • SecurityConfig에서 카카오 로그인 설정(OAuth2 로그인, userInfoEndpoint) 추가
  • CustomOAuth2UserService 생성 후, 카카오에서 받아온 사용자 정보를 콘솔 로그로 출력 (DB 저장은 필요에 따라 추후 구현 예정)

참고할만한 자료(선택)

카카오 개발자 센터-카카오 로그인
Spring Boot 공식 문서-OAuth2 Client

@astrokan astrokan added the enhancement New feature or request label Feb 10, 2025
@astrokan astrokan self-assigned this Feb 10, 2025
@astrokan astrokan changed the title Feat : 카카오 로그인 API 연동 카카오 로그인 API 연동 Feb 10, 2025
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

No branches or pull requests

1 participant