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] 이메일 인증 기능 구현 #7

Merged
merged 14 commits into from
Dec 27, 2023
Merged

[feat] 이메일 인증 기능 구현 #7

merged 14 commits into from
Dec 27, 2023

Conversation

ziiyouth
Copy link
Member

Related Issue 🪢

Summary 🌿

  • 이메일 인증 관련 세팅
  • 이메일 인증 API 구현
  • 비밀번호 재설정 이메일 인증/회원가입 이메일 인증에 범용적으로 사용하도록 워딩이나 함수를 구성했습니다.
  • 인증번호는 6자리 숫자 랜덤으로 구현했습니다.

Before i request PR review 🧤

  • 코드리뷰/수정할 점/질문/피드백 환영 촤하하

@ziiyouth ziiyouth added the FEAT 새로운 기능을 추가 label Dec 27, 2023
@ziiyouth ziiyouth self-assigned this Dec 27, 2023
Copy link
Contributor

@RyuKwanKon RyuKwanKon left a comment

Choose a reason for hiding this comment

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

고생하셨습니다.

Copy link
Contributor

@OJOJIN OJOJIN left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

}
}

public static String createNumericCode() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Memeber Service 내부에서만 사용한다면 private으로만 둬도 괜찮을 것 같아요

return code.toString();
}

public String setContext(String code, String type) {
Copy link
Contributor

Choose a reason for hiding this comment

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

위와 동일하게 Memeber Service 내부에서만 사용한다면 private으로만 둬도 괜찮을 것 같아요

Copy link
Member Author

@ziiyouth ziiyouth Dec 27, 2023

Choose a reason for hiding this comment

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

두 함수 둘 다 mail provider로 옮긴 뒤 제어자 private로 고쳤습니다 ㅎ.ㅎ 감사합니다 !!!!

@ziiyouth ziiyouth merged commit 8a30ddd into develop Dec 27, 2023
1 check passed
@ziiyouth ziiyouth deleted the feature/6-user branch December 29, 2023 17:12
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 this pull request may close these issues.

[feat] 이메일 인증번호 기능
3 participants