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

SNS 인증(카카오)을 구현한다 #9

Open
6 tasks
Ganghee-Lee-0522 opened this issue May 15, 2024 · 0 comments
Open
6 tasks

SNS 인증(카카오)을 구현한다 #9

Ganghee-Lee-0522 opened this issue May 15, 2024 · 0 comments
Assignees
Labels
feat new feature

Comments

@Ganghee-Lee-0522
Copy link
Contributor

Ganghee-Lee-0522 commented May 15, 2024

⚠️ Issue Type

  • 기능 추가

✏️ ToDoList

  • 카카오 idToken을 검증한다.
  • 사용자의 정보(식별ID, email)를 조회한다.
  • SnsMember에서 식별ID로 조회하여 기가입 유저인지 확인한다.
  • 신규가입 유저라면, SnsMember 엔티티를 저장하고 email을 return한다.
  • 기가입 유저라면, SnsMember와 Member에서 객체를 찾아 email을 갱신하고, jwt를 발급하여 return한다.
  • 일정 시간 동안 가입되지 않은 SnsMember 튜플은 삭제한다. (개인정보)
@Ganghee-Lee-0522 Ganghee-Lee-0522 added the feat new feature label May 15, 2024
@Ganghee-Lee-0522 Ganghee-Lee-0522 self-assigned this May 15, 2024
@Ganghee-Lee-0522 Ganghee-Lee-0522 changed the title SNS 로그인(카카오)을 구현한다 SNS 인증(카카오)을 구현한다 May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat new feature
Projects
None yet
Development

No branches or pull requests

1 participant