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

✨ 아이디 존재 여부 확인 #44

Merged
merged 2 commits into from
Dec 15, 2023
Merged

✨ 아이디 존재 여부 확인 #44

merged 2 commits into from
Dec 15, 2023

Conversation

psychology50
Copy link
Member

작업 이유

  • 비밀번호 찾기 작업 시, uid가 DB 상에 존재하는 지 1차 판단
  • 사용자가 입력한 전화번호와, 계정 인증에 사용한 전화번호 일치 여부 2차 판단.

작업 사항

1️⃣ uid 존재 여부 판단

image

  • Query parameter로 uid를 보내주시면, t/f로 결과 리턴

2️⃣ 전화 번호 인증 요청

🟡 전화번호가 DB 상에 존재하지 않을 경우
image

🟡 전화번호가 DB에 존재는 하나, 사용자 인증에 등록된 전화번호와 일치하지 않는 경우
image

🟡 모두 유효한 경우
image

이슈 연결

close #43

Copy link
Contributor

@heejinnn heejinnn left a comment

Choose a reason for hiding this comment

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

넵 확인했습니다! 수고하셨어요

@heejinnn heejinnn merged commit b9130bd into develop Dec 15, 2023
1 of 2 checks passed
@heejinnn heejinnn deleted the feat/43 branch December 15, 2023 14:02
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