SPMS_API/SPMS.API
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
..
Controllers feat: 관리자 로그인 API 구현 (#36) 2026-02-09 22:16:25 +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