SPMS_API/SPMS.API/Middlewares
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
..
ApiKeyMiddleware.cs feat: X-Service-Code / X-API-KEY 서비스 식별 미들웨어 구현 (#32) 2026-02-09 17:25:19 +09:00
ExceptionMiddleware.cs feat: SpmsException 및 글로벌 예외 처리 미들웨어 구현 (#16) 2026-02-09 14:33:37 +09:00
RequestIdMiddleware.cs feat: Serilog 구조적 로깅 설정 (#22) 2026-02-09 15:10:17 +09:00
ServiceCodeMiddleware.cs feat: X-Service-Code / X-API-KEY 서비스 식별 미들웨어 구현 (#32) 2026-02-09 17:25:19 +09:00