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

[FIX] OAuth2 카카오 로그인 동작 방식 수정 #209

Open
wants to merge 17 commits into
base: dev
Choose a base branch
from

Conversation

Kim-TaeUk
Copy link
Contributor

Related Issue

Key Changes

  • OAuth 인증 방식이 변경되었습니다.
    • 변경 전: 서버에서 전담
    • 변경 후: 클라이언트에서 일부 책임(SDK로 인증)
      • 클라이언트에서 서버로 OAuthToken 전달, OAuthToken으로 리소스 서버에서 유저 정보 획득
      • 변경됨에 따라 기존 서버 측에 존재하는 OAuth2 인증 로직이 모두 제거되었습니다.(ㅜㅜ)

- OAuth2 로그인 관련 의존성과 클래스 제거
- SecurityFilterChain에서 OAuth2 관련 설정 제거
- 클라이언트에서 OAuth 인증을 처리하도록 변경됨에 따라 서버에서 더 이상 필요 없는 로직 제거
access token이 유효하지 않는 경우
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.

[FIX] OAuth2 카카오 로그인 동작 방식 수정
1 participant