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] 구글 로그인 기능 추가 #8

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

rinarina0429
Copy link
Member

📝 PR 요약

🔗 관련 이슈

📌 변경 사항 상세 설명

Google 소셜 로그인을 구현했습니다.

  1. oauth, spring-boot-starter-security, jwt 의존성 추가
  2. OAuth 클라이언트 생성 console
  3. applicaion.yaml에 oauth 관련 부분 추가
  4. User 엔티티에 provider, providerId 필드 추가
  5. JwtTokenProvider 추가

📂 변경된 파일 및 코드

  • build.gradle: oauth2.0, spring-boot-starter-security 의존성 추가
  • 파일명2: 변경 내용

✅ 체크리스트

  • 코드가 올바르게 동작하는지 확인했습니다.
  • 기존 코드와 호환성이 유지되는지 확인했습니다.
  • 주석이나 문서 업데이트가 필요한 경우 반영했습니다.
  • 단위 테스트를 추가했거나 기존 테스트가 정상적으로 동작합니다.

📢 메모

@rinarina0429 rinarina0429 self-assigned this Feb 24, 2025
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.

[Feat] 구글 로그인 기능 추가
1 participant