SPMS_API/SPMS.API/Extensions
SEAN df8a8e2e5b feat: X-Service-Code / X-API-KEY 서비스 식별 미들웨어 구현 (#32)
- ServiceRepository: IServiceRepository 구현 (GetByServiceCode, GetByApiKey)
- ServiceCodeMiddleware: X-Service-Code 헤더 검증, DB 조회, 서비스 상태 확인
- ApiKeyMiddleware: /v1/in/device/* 경로 X-API-KEY 검증
- ApplicationBuilderExtensions: 미들웨어 파이프라인 12~13번 등록
- DependencyInjection: IServiceRepository DI 등록

Closes #32
2026-02-09 17:25:19 +09:00
..
ApplicationBuilderExtensions.cs feat: X-Service-Code / X-API-KEY 서비스 식별 미들웨어 구현 (#32) 2026-02-09 17:25:19 +09:00
AuthenticationExtensions.cs feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
SwaggerExtensions.cs feat: API Rate Limiting 및 Swagger UI 구현 (#30) 2026-02-09 17:11:46 +09:00