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

[feat] 이벤트유저 로그인 기능 구현 (#17) #17

Closed
5 tasks
win-luck opened this issue Jul 31, 2024 · 0 comments · Fixed by #22
Closed
5 tasks

[feat] 이벤트유저 로그인 기능 구현 (#17) #17

win-luck opened this issue Jul 31, 2024 · 0 comments · Fixed by #22
Assignees
Labels
feat 기능 구현

Comments

@win-luck
Copy link
Collaborator

win-luck commented Jul 31, 2024

어떤 기능인가요?

이벤트에 참여할 유저의 로그인 및 분기처리 기능을 구현하겠습니다.

작업 상세 내용

  • (이름+전화번호)를 최초로 입력받으면 외부 API로 인증번호 전송
  • 인증번호 맞힐 시 DB에 유저 데이터 저장하고 JWT 토큰 발급
  • 인증번호 틀릴 시 서버에서 재입력 요구
  • 인증번호 재전송 요청 시 서버에서 동일 전화번호로 다시 인증번호 전송
  • TDD 기반으로 단위테스트 먼저 작성한 후 구현

참고 이미지 및 자료

네이버 SMS API

@win-luck win-luck added the feat 기능 구현 label Jul 31, 2024
@win-luck win-luck self-assigned this Jul 31, 2024
@win-luck win-luck changed the title [feat] 이벤트유저 로그인 기능 구현 [feat] 이벤트유저 로그인 기능 구현 (#17) Jul 31, 2024
win-luck added a commit that referenced this issue Jul 31, 2024
@win-luck win-luck linked a pull request Jul 31, 2024 that will close this issue
5 tasks
win-luck added a commit that referenced this issue Jul 31, 2024
[feat] 이벤트유저 로그인 기능 구현 (#17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant