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: 회원가입 및 로그인 로직 변경 #96

Merged
merged 5 commits into from
Aug 22, 2024

Conversation

hee9841
Copy link
Collaborator

@hee9841 hee9841 commented Aug 21, 2024

  • 닉네임 업데이트 추가

🔗 이슈 연결

🚀 구현한 API

  • X

💡 반영할 내용 및 변경 사항 요약

  • 회원가입 및 로그인 로직을 변경합니다.
  • 이미 회원가입 된 회원일 경우, 닉네임 update를 추가합니다.

🔍 리뷰 요청/참고 사항

- 닉네임 업데이트 추가
@hee9841 hee9841 linked an issue Aug 21, 2024 that may be closed by this pull request
- 로그인 api와 회원가입 api를 분리
- 로그인 api는 사용자 인증만 확인
- 회원가입 api는 사용자 확인 후 저장 또는 update 진행
Copy link
Member

@Jaewon-pro Jaewon-pro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다

@hee9841 hee9841 merged commit 575ece1 into main Aug 22, 2024
1 check passed
@hee9841 hee9841 deleted the feature/#95/oauth-update-nickname branch August 22, 2024 13:04
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.

로그인 및 회원가입 로직 변경
2 participants