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

[issue] 유저 회원가입 기능 구현 #4

Closed
1 of 7 tasks
pasitoapasito opened this issue Nov 8, 2022 · 0 comments
Closed
1 of 7 tasks

[issue] 유저 회원가입 기능 구현 #4

pasitoapasito opened this issue Nov 8, 2022 · 0 comments

Comments

@pasitoapasito
Copy link
Owner

pasitoapasito commented Nov 8, 2022

이슈 타입

  • 셋업
  • 기능추가
  • 리펙토링
  • 버그
  • 코드수정
  • 테스트
  • 리뷰적용

이슈 내용:

  • 유저 회원가입 기능 구현

상세 내용

  • Django-Ninja를 활용하여 유저 회원가입 기능 구현
  • 유저 이메일, 닉네임, 패스워드를 활용하여 회원가입 진행(이메일, 닉네임, 패스워드는 모두 필수 입력값)
  • 각 유효성검사(이메일 형식, 패스워드 조건)에 통과하면 회원가입 성공
  • 유저 패스워드는 해싱 후 DB에 저장
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant