SPMS_API/SPMS.Infrastructure
SEAN ccdfcbd62e feat: 이메일 인증 인프라 및 API 구현 (#64)
- ITokenStore, IEmailService 인터페이스 정의
- InMemoryTokenStore (IMemoryCache 기반), ConsoleEmailService (로그 출력) 구현
- SignupAsync에 6자리 인증 코드 생성/저장/발송 로직 추가
- VerifyEmailAsync 구현 (코드 검증 → EmailVerified 업데이트)
- POST /v1/in/auth/email/verify 엔드포인트 추가
- DI 등록 (ITokenStore, IEmailService, MemoryCache)
2026-02-10 10:52:47 +09:00
..
Auth feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
Migrations feat: Domain Enum 및 에러 코드 상수 정의 (#10) 2026-02-09 13:31:50 +09:00
Persistence feat: 서비스 등록 API 구현 (#52) 2026-02-10 09:38:56 +09:00
Security feat: APNs/FCM 키 등록 및 조회 API 구현 (#48) 2026-02-10 00:28:47 +09:00
Services feat: 이메일 인증 인프라 및 API 구현 (#64) 2026-02-10 10:52:47 +09:00
AppDbContext.cs feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
DependencyInjection.cs feat: 이메일 인증 인프라 및 API 구현 (#64) 2026-02-10 10:52:47 +09:00
DesignTimeDbContextFactory.cs feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
SPMS.Infrastructure.csproj feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00