Go to file
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
SPMS.API feat: API Key 재발급 API 구현 (#46) 2026-02-10 00:13:16 +09:00
SPMS.Application feat: API Key 재발급 API 구현 (#46) 2026-02-10 00:13:16 +09:00
SPMS.Domain feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00
SPMS.Infrastructure feat: 토큰 갱신 및 로그아웃 API 구현 (#38) 2026-02-09 23:08:29 +09:00
.gitignore feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
global.json [] 새 프로젝트 생성 2025-12-03 13:07:18 +09:00
Jenkinsfile refactor: 클린 아키텍쳐 적용 및 프로젝트 분리 (Resolves #5) 2026-01-19 16:37:50 +09:00
README.md [📝] GIT init 2025-12-03 12:12:45 +09:00
SPMS_API.sln refactor: 클린 아키텍쳐 적용 및 프로젝트 분리 (Resolves #5) 2026-01-19 16:37:50 +09:00

SPMS