feat: 관리자 비밀번호 변경 API 구현 (#40) #41

Merged
seonkyu.kim merged 1 commits from feature/#40-change-password into develop 2026-02-09 14:24:14 +00:00

1 Commits

Author SHA1 Message Date
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