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

Feature: OAuth 기능 구현 #150

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

yooooonshine
Copy link
Member

@yooooonshine yooooonshine commented Nov 21, 2024

개요

작업사항

기존 Member 엔티티 Oauth에 맞게 변경

image
위와 같이 provider와 providerId가 추가되었다.
위 정보는 OAuth로 로그인했을 때 기존 회원인지 식별하기 위해 추가된 정보이다.

  • Kakao OAuth 기능 구현
  • Naver OAuth 기능 구현
  • Google OAuth 기능 구현

참고사항

  • 아직 S3 기능이 완성되지 않았기에 프로필 정보 가져오기 및 저장은 구현하지 않았다.

아쉬운 점

  • 기존 회원 OAuth 연동 기능은 구현하지 못했다. -> kakao 여도 id가 네이버 이메일인 경우가 있어서 좀 더 고려해볼 필요가 생겼다.
  • application-security.yml에서 permiturls에 oauth관련 url이 추가 되었다.
  • 회원 연결 취소 기능은 구현되지 않았다.

@yooooonshine yooooonshine linked an issue Nov 21, 2024 that may be closed by this pull request
@yooooonshine yooooonshine self-assigned this Nov 21, 2024
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.

✨ Oauth 도입
1 participant