feat: 이메일 인증 인프라 및 API 구현 (#64) #65
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#65
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#64-email-verify"
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 #64
🛠️ 작업 내용 (Changes)
SPMS.Application/Interfaces/ITokenStore.cs— 토큰 저장소 인터페이스 (StoreAsync, GetAsync, RemoveAsync)SPMS.Application/Interfaces/IEmailService.cs— 이메일 서비스 인터페이스 (SendVerificationCodeAsync, SendPasswordResetTokenAsync)SPMS.Infrastructure/Services/InMemoryTokenStore.cs— IMemoryCache 기반 구현 (향후 Redis 교체)SPMS.Infrastructure/Services/ConsoleEmailService.cs— ILogger 콘솔 출력 (향후 SMTP 교체)SPMS.Application/DTOs/Auth/EmailVerifyRequestDto.cs— 이메일 인증 요청 DTOSPMS.Application/Interfaces/IAuthService.cs— VerifyEmailAsync 추가SPMS.Application/Services/AuthService.cs— SignupAsync 인증코드 로직 + VerifyEmailAsync 구현SPMS.API/Controllers/AuthController.cs— POST /v1/in/auth/email/verify 엔드포인트SPMS.Infrastructure/DependencyInjection.cs— ITokenStore, IEmailService, MemoryCache DI 등록📢 리뷰어 참고 사항 (To Reviewers)
✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)