-
Notifications
You must be signed in to change notification settings - Fork 0
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
[새기능] 회원가입, 로그인 기능 구현 #30
Labels
새기능
새로운 기능 개발
Comments
cabbage16
added a commit
that referenced
this issue
Nov 27, 2024
- 특정 이메일 주소로 인증코드를 보내는 기능을 만들었어요. - 이메일로 발송된 인증코드를 입력받으면 인증 완료하는 기능을 만들었어요.
cabbage16
added a commit
that referenced
this issue
Nov 27, 2024
- 기존에는 Google OAuth를 이용해서 비밀번호를 사용하지 않다가, 시나브로 로그인/회원가입을 위해서 유저 비밀번호 컬럼을 추가했어요.
cabbage16
added a commit
that referenced
this issue
Nov 27, 2024
- 회원가입 기능을 구현했어요. - 회원가입시 이메일 인증이 되어있지 않으면 예외를 발생시켜요. - 회원가입시 이미 존재하는 유저면 예외를 발생시켜요.
cabbage16
added a commit
that referenced
this issue
Nov 27, 2024
- 로그인 기능을 구현했어요. - 로그인시 유저가 존재하지 않거나, 비밀번호가 틀리면 예외가 발생해요.
cabbage16
added a commit
that referenced
this issue
Nov 27, 2024
- Builder에서 password를 정하지 않아도 자동으로 password에 null이 들어가면서 PasswordUtil.encode(null) 이 호출되던 문제를 해결했어요.
cabbage16
added a commit
that referenced
this issue
Nov 27, 2024
- 객체 이름이 너무 길어서 Verification으로 바꿨어요.
cabbage16
added a commit
that referenced
this issue
Nov 27, 2024
- 임시로 RuntimeException으로 했던 오류를 커스텀 예외로 만들었어요.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
✨ 개요
회원가입, 로그인 기능을 만들어야합니다.
✅ 해야 할 일
🙏🏻 요구사항
🙋🏻 덧붙일 말
홍섭이가 소셜 로그인이 안된다해서....
The text was updated successfully, but these errors were encountered: