You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: auth BC 구현 (회원가입/로그인 JWT)
DDD + Clean Architecture 기반 auth Bounded Context 구현.
회원가입(register)과 로그인(login) GraphQL Mutation을 통해
BCrypt 비밀번호 해싱 + JWT AccessToken 발급을 제공한다.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: JWT 토큰 검증 및 @authorize ArgumentResolver 구현
- JwtTokenProvider에 validateToken, getMemberIdFromToken 추가
- DGS ArgumentResolver 기반 @authorize 어노테이션으로 DataFetcher 파라미터 단위 인증
- application.properties를 profile별 YAML 설정으로 전환
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: GraphQL 스키마에 description 추가 및 제약 조건 수정
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments