SPMS_API/SPMS.API
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
..
Controllers feat: 관리자 비밀번호 변경 API 구현 (#40) 2026-02-09 23:22:28 +09:00
Extensions feat: Sandbox 모드 미들웨어 구현 (#34) 2026-02-09 17:32:04 +09:00
Filters feat: API Rate Limiting 및 Swagger UI 구현 (#30) 2026-02-09 17:11:46 +09:00
Middlewares feat: Sandbox 모드 미들웨어 구현 (#34) 2026-02-09 17:32:04 +09:00
Properties refactor: 클린 아키텍쳐 적용 및 프로젝트 분리 (Resolves #5) 2026-01-19 16:37:50 +09:00
appsettings.Development.json feat: Serilog 구조적 로깅 설정 (#22) 2026-02-09 15:10:17 +09:00
appsettings.json feat: Serilog 구조적 로깅 설정 (#22) 2026-02-09 15:10:17 +09:00
Program.cs feat: API Rate Limiting 및 Swagger UI 구현 (#30) 2026-02-09 17:11:46 +09:00
SPMS_API.http refactor: 클린 아키텍쳐 적용 및 프로젝트 분리 (Resolves #5) 2026-01-19 16:37:50 +09:00
SPMS.API.csproj feat: API Rate Limiting 및 Swagger UI 구현 (#30) 2026-02-09 17:11:46 +09:00