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] #116 - 로그인 로직 수정 #122

Merged
merged 4 commits into from
Jun 25, 2023
Merged

[Fix] #116 - 로그인 로직 수정 #122

merged 4 commits into from
Jun 25, 2023

Conversation

2522001
Copy link
Contributor

@2522001 2522001 commented Jun 25, 2023

🫧 작업한 내용

로그인 로직 수정

🔫 PR Point

  • 카카오 로그인과 애플 로그인을 분리하여 카카오는 socialToken, fcmToken, 애플은 socialToken, fcmToken, name 정보를 서버에 보내도록 수정했습니당
  • 유저가 두 가지 소셜 로그인을 모두 시도한 경우 (ex. 카카오 로그아웃 후 애플 로그인) 각 소셜 간 name 및 email 정보가 꼬이는 상황을 방지하기 위해 기존 name, email UserDefaults를 kakaoName, kakaoEmail, appleName, appleEmail로 수정

📮 관련 이슈

@2522001 2522001 self-assigned this Jun 25, 2023
@2522001 2522001 merged commit cfb4365 into develop Jun 25, 2023
1 check passed
@2522001 2522001 deleted the feat/#116 branch June 25, 2023 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Fix] 로그인 로직 수정
1 participant