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

Open
wants to merge 6 commits into
base: be/develop
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 19, 2024

Original issue description

목적

이메일 인증 기능 구현합니다.

작업 세부사항

  • 이메일 인증 번호 전송 구현
  • 이메일 인증 번호 인증 구현
  • API 문서화
  • Redis TTL 10분 설정
  • 인증번호 총 6자리로 생성

아래의 별표줄 밑에 요구사항 ID만 작성해주세요. Prefix 금지!


EMAIL_VALID_01

closes #846

@github-actions github-actions bot added backend 백엔드 feature 새로운 기능 labels Oct 19, 2024
@github-actions github-actions bot added this to the 스프린트 6.0 milestone Oct 19, 2024
@Chocochip101 Chocochip101 marked this pull request as ready for review October 19, 2024 17:24
Copy link
Contributor Author

1729358679.500039

Copy link
Contributor Author

1729358681.903989

Copy link
Contributor Author

1729358683.242319

Copy link
Contributor Author

📌 Test Coverage Report

Overall Project 78.69% -0.93%
Files changed 56.7%

File Coverage
VerifyCodeRequest.java 100% 🍏
EmailRequest.java 100% 🍏
SendVerificationCodeRequest.java 100% 🍏
VerificationCodeUtil.java 100% 🍏
WebMvcConfig.java 100% 🍏
VerificationCodeMismatchException.java 100% 🍏
VerificationCodeNotFoundException.java 100% 🍏
EmailFacade.java 83.77% -11.04%
EmailService.java 63.29% -20.77%
EmailRedisClient.java 58.33% -41.67%
EmailController.java 48.15% -51.85%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 백엔드 feature 새로운 기능
Projects
Status: 할일
Development

Successfully merging this pull request may close these issues.

1 participant