SPMS_API/SPMS.Infrastructure
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
..
Auth feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
Migrations feat: Domain Enum 및 에러 코드 상수 정의 (#10) 2026-02-09 13:31:50 +09:00
Persistence feat: 관리자 로그인 API 구현 (#36) 2026-02-09 22:16:25 +09:00
Security feat: E2EE 암호화 유틸리티 구현 (#28) 2026-02-09 16:33:38 +09:00
AppDbContext.cs feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
DependencyInjection.cs feat: 관리자 로그인 API 구현 (#36) 2026-02-09 22:16:25 +09:00
DesignTimeDbContextFactory.cs feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
SPMS.Infrastructure.csproj feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00