[Bug] JWT 토큰에 adminId 클레임 누락 #260

Closed
opened 2026-02-28 09:34:02 +00:00 by seonkyu.kim · 0 comments
Owner

설명

JWT 토큰 생성 시 sub 클레임에만 adminId를 저장하고, 컨트롤러에서는 "adminId" 클레임으로 조회하여 항상 null → 500 에러 발생.

수정 내용

  • JwtService.cs: "adminId" 클레임 추가
## 설명 JWT 토큰 생성 시 `sub` 클레임에만 adminId를 저장하고, 컨트롤러에서는 `"adminId"` 클레임으로 조회하여 항상 null → 500 에러 발생. ## 수정 내용 - [ ] JwtService.cs: `"adminId"` 클레임 추가
seonkyu.kim added the
Priority
High
Status
In Progress
Type
Bug
labels 2026-02-28 09:34:10 +00:00
seonkyu.kim self-assigned this 2026-02-28 09:34:11 +00:00
seonkyu.kim added this to the Phase 0: 공통 기반 + 인증 milestone 2026-02-28 09:34:12 +00:00
seonkyu.kim added
Status
Done
and removed
Status
In Progress
labels 2026-02-28 09:40:17 +00:00
Sign in to join this conversation.
No description provided.