SPMS_API/SPMS.Infrastructure
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
..
Auth feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
Migrations feat: Domain Enum 및 에러 코드 상수 정의 (#10) 2026-02-09 13:31:50 +09:00
Persistence feat: X-Service-Code / X-API-KEY 서비스 식별 미들웨어 구현 (#32) 2026-02-09 17:25:19 +09:00
Security feat: E2EE 암호화 유틸리티 구현 (#28) 2026-02-09 16:33:38 +09:00
AppDbContext.cs feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
DependencyInjection.cs feat: X-Service-Code / X-API-KEY 서비스 식별 미들웨어 구현 (#32) 2026-02-09 17:25:19 +09:00
DesignTimeDbContextFactory.cs feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
SPMS.Infrastructure.csproj feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00