SPMS_API/SPMS.API
seonkyu.kim 4cb54e4c41 feat: API Key 재발급 API 구현 (#46)
- ApiKeyRefreshResponseDto 추가
- IServiceManagementService.RefreshApiKeyAsync 인터페이스 추가
- ServiceManagementService.RefreshApiKeyAsync 구현 (32~64자 랜덤 키 생성)
- ServiceController.RefreshApiKeyAsync 엔드포인트 추가
2026-02-10 00:13:16 +09:00
..
Controllers feat: API Key 재발급 API 구현 (#46) 2026-02-10 00:13:16 +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