JWT 토큰 디코더
JWT 토큰을 온라인으로 디코딩하고 검사합니다. 헤더, 페이로드, 서명을 즉시 확인하세요.
JWT 구조 참조
JWT 구조
JWT는 점으로 구분된 3개의 Base64URL 인코딩 부분으로 구성됩니다: Header.Payload.Signature
Header
Algorithm + Type
.
Payload
Claims / Data
.
Signature
Verification
헤더 필드
| Field | Name | Description |
|---|---|---|
| alg | Algorithm | Signing algorithm (HS256, RS256, ES256, etc.) |
| typ | Type | Token type, typically "JWT" |
| kid | Key ID | Identifier for the signing key used |
| jku | JWK Set URL | URL to the JSON Web Key Set |
| x5u | X.509 URL | URL to the X.509 certificate chain |
등록된 페이로드 클레임
| Claim | Name | Description |
|---|---|---|
| iss | Issuer | Entity that issued the JWT |
| sub | Subject | Subject of the JWT (user ID) |
| aud | Audience | Recipient(s) the JWT is intended for |
| exp | Expiration | Timestamp after which the JWT expires |
| nbf | Not Before | Timestamp before which the JWT is not valid |
| iat | Issued At | Timestamp when the JWT was issued |
| jti | JWT ID | Unique identifier for the JWT |
자주 묻는 질문
관련 JWT 도구
이 도구 평가
4.0 / 5 · 145 개 평가
Recommended
CloudflareFree CDN & DDoS protection최신 소식 받기
주간 개발 팁과 새 도구 알림을 받으세요.
스팸 없음. 언제든 구독 해지 가능.
Enjoy these free tools?
☕Buy Me a Coffee