Go to file
SEAN 2d30aaf212 feat: JWT 인증 모듈 구현 (#20)
- IJwtService 인터페이스 (Application Layer)
- JwtSettings POCO (Options Pattern)
- JwtService 구현 (Access Token 생성/검증, Refresh Token 생성)
- AddJwtAuthentication/AddAuthorizationPolicies 확장 메서드
- Program.cs에 인증/인가 미들웨어 등록 (파이프라인 순서 10~11번)
- NuGet: System.IdentityModel.Tokens.Jwt, Microsoft.AspNetCore.Authentication.JwtBearer
2026-02-09 14:59:36 +09:00
SPMS.API feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
SPMS.Application feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
SPMS.Domain feat: SpmsException 및 글로벌 예외 처리 미들웨어 구현 (#16) 2026-02-09 14:33:37 +09:00
SPMS.Infrastructure feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +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