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: 이메일 회원가입 #69

Merged
merged 3 commits into from
Jan 20, 2025
Merged

Feat: 이메일 회원가입 #69

merged 3 commits into from
Jan 20, 2025

Conversation

bingseok
Copy link
Contributor

#️⃣연관된 이슈

#67

📝작업 내용

이메일 회원가입 구현했습니다.

회원가입 성공 시
accessToken, refreshToken 반환

image

회원가입 실패 시
회원가입 실패는 이미 가입된 이메일이 존재하거나, 이메일 형식이 올바르지 않거나, 비밀번호가 8자 미만일 때, 닉네임이 50자 이상을 때 실패를 반환합니다.

image

DB 저장 시 비밀번호는 BCrypt 암호화 된 값이 저장됩니다.

image

🔎코드 설명 및 참고 사항

💬리뷰 요구사항

@bingseok bingseok added the ✨ Feature Add features label Jan 20, 2025
@bingseok bingseok self-assigned this Jan 20, 2025
@bingseok bingseok linked an issue Jan 20, 2025 that may be closed by this pull request
1 task
@bingseok bingseok merged commit 1e9e631 into develop Jan 20, 2025
2 checks passed
@bingseok bingseok deleted the feat#67-email-login branch January 20, 2025 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature Add features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 이메일 회원가입 구현
1 participant