improvement: 이메일 인증/재전송 강화 (#205) #206
No reviewers
SPMS/Owners
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#206
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/#205-email-verify-resend"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 작업 요약
🔗 관련 이슈 (Related Issues)
Closes #205
🛠️ 작업 내용 (Changes)
SPMS.Domain/Common/ErrorCodes.cs— VerifyResendCooldown(116), VerifyAttemptExceeded(117) 추가SPMS.Application/DTOs/Auth/EmailVerifyRequestDto.cs— verifySessionId 필드 추가, email optional화SPMS.Application/DTOs/Auth/EmailVerifyResponseDto.cs— 신규 verified, nextActionSPMS.Application/DTOs/Auth/EmailResendRequestDto.cs— 신규 verifySessionIdSPMS.Application/DTOs/Auth/EmailResendResponseDto.cs— 신규 resent, cooldownSeconds, expiresInSecondsSPMS.Application/Interfaces/IAuthService.cs— VerifyEmailAsync 반환타입 변경, ResendVerificationAsync 추가SPMS.Application/Services/AuthService.cs— VerifyEmailAsync 확장, ResendVerificationAsync 구현, TTL 5분 변경SPMS.API/Controllers/AuthController.cs— verify 응답 변경, resend 엔드포인트 추가📢 리뷰어 참고 사항 (To Reviewers)
✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)