SPMS_API/SPMS.Application
SEAN 5f25614e53 feat: 비밀번호 찾기/재설정 API 구현 (#66)
- PasswordForgotRequestDto, PasswordResetRequestDto 생성
- IAuthService에 ForgotPasswordAsync, ResetPasswordAsync 추가
- ForgotPasswordAsync: UUID 토큰 생성 → ITokenStore 저장(30분) → 이메일 발송
- ResetPasswordAsync: 토큰 검증 → BCrypt 해싱 → 비밀번호 저장
- PasswordController 생성 (v1/in/account/password)
- 보안: forgot에서 이메일 미존재 시에도 동일한 성공 응답
2026-02-10 10:56:35 +09:00
..
DTOs feat: 비밀번호 찾기/재설정 API 구현 (#66) 2026-02-10 10:56:35 +09:00
Interfaces feat: 비밀번호 찾기/재설정 API 구현 (#66) 2026-02-10 10:56:35 +09:00
Services feat: 비밀번호 찾기/재설정 API 구현 (#66) 2026-02-10 10:56:35 +09:00
Settings feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
DependencyInjection.cs feat: 서비스 관리 API 구현 (#44) 2026-02-10 00:01:33 +09:00
SPMS.Application.csproj feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00