SPMS_API/SPMS.Infrastructure/Persistence/Repositories
seonkyu.kim b11c8dc918 feat: 관리자 로그인 API 구현 (#36)
- LoginRequestDto, LoginResponseDto 추가
- IAuthService, AuthService 구현 (BCrypt 비밀번호 검증)
- AdminRepository 구현 (GetByEmailAsync)
- AuthController 추가 (POST /v1/in/auth/login)
- DI 등록 (IAuthService, IAdminRepository)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-09 22:16:25 +09:00
..
AdminRepository.cs feat: 관리자 로그인 API 구현 (#36) 2026-02-09 22:16:25 +09:00
Repository.cs feat: Generic Repository 및 UnitOfWork 패턴 구현 (#18) 2026-02-09 14:44:31 +09:00
ServiceRepository.cs feat: X-Service-Code / X-API-KEY 서비스 식별 미들웨어 구현 (#32) 2026-02-09 17:25:19 +09:00