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

Social Login을 구현한다 #1

Closed
7 tasks done
tmddus2 opened this issue Jul 14, 2024 · 0 comments · Fixed by #2, #13, #6 or #22
Closed
7 tasks done

Social Login을 구현한다 #1

tmddus2 opened this issue Jul 14, 2024 · 0 comments · Fixed by #2, #13, #6 or #22
Assignees

Comments

@tmddus2
Copy link
Collaborator

tmddus2 commented Jul 14, 2024

Feature Description

apple 로그인과 kakao 로그인을 구현한다

To-Do

  • Spring Security와 OAuth2 활용한 로그인 구현
    • SecurityConfig 에 설정 추가
  • 로그인 성공 시 jwt token 발행
    • OAuth2AuthenticationSuccessHandler 등록
  • 로그인 실패 시 401 Unauthorized 에러
    • OAuth2AuthenticationFailureHandler 등록
  • jwt 검증 필터 추가
@tmddus2 tmddus2 changed the title social login 구현하기 Social Login을 구현한다 Jul 15, 2024
@tmddus2 tmddus2 reopened this Jul 30, 2024
tmddus2 added a commit that referenced this issue Jul 31, 2024
Feat(#1): 이용약관 관련 기능들 추가
tmddus2 added a commit that referenced this issue Aug 3, 2024
@tmddus2 tmddus2 self-assigned this Aug 4, 2024
This was linked to pull requests Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment