SPMS_API/SPMS.Application/Interfaces
seonkyu.kim 9b9ca64b10 feat: 관리자 비밀번호 변경 API 구현 (#40)
- ChangePasswordRequestDto 추가
- IAuthService/AuthService에 ChangePasswordAsync 구현
- AuthController에 POST /v1/in/auth/password/change 엔드포인트 추가
- 현재 비밀번호 검증 및 BCrypt 해싱 적용

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-09 23:22:28 +09:00
..
IAuthService.cs feat: 관리자 비밀번호 변경 API 구현 (#40) 2026-02-09 23:22:28 +09:00
IE2EEService.cs feat: E2EE 암호화 유틸리티 구현 (#28) 2026-02-09 16:33:38 +09:00
IJwtService.cs feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00