JWT 파서
JWT 토큰을 파싱하고 사람이 읽을 수 있는 레이블로 모든 클레임을 추출합니다. 타임스탬프를 자동 변환합니다.
JWT 클레임 참조
등록된 클레임 (RFC 7519)
| Claim | Name | Type | Description |
|---|---|---|---|
| iss | Issuer | String | Entity that issued the JWT |
| sub | Subject | String | Subject of the JWT (usually user ID) |
| aud | Audience | String/Array | Intended recipient(s) of the JWT |
| exp | Expiration | Number | Unix timestamp when token expires |
| nbf | Not Before | Number | Unix timestamp before which token is invalid |
| iat | Issued At | Number | Unix timestamp when token was created |
| jti | JWT ID | String | Unique identifier for the token |
공개 클레임 (OpenID Connect)
| Claim | Name | Standard |
|---|---|---|
| name | Full Name | OpenID Connect Core |
| OpenID Connect Core | ||
| email_verified | Email Verified | OpenID Connect Core |
| azp | Authorized Party | OpenID Connect Core |
| nonce | Nonce | OpenID Connect Core |
| at_hash | Access Token Hash | OpenID Connect Core |
| auth_time | Auth Time | OpenID Connect Core |
| acr | Authentication Context | OpenID Connect Core |
| amr | Authentication Methods | OpenID Connect Core |
비공개 클레임
애플리케이션에서 정의한 사용자 정의 클레임입니다. 예: role, permissions, tenant_id 등.
자주 묻는 질문
관련 JWT 도구
이 도구 평가
4.0 / 5 · 214 개 평가
Recommended
CloudflareFree CDN & DDoS protection최신 소식 받기
주간 개발 팁과 새 도구 알림을 받으세요.
스팸 없음. 언제든 구독 해지 가능.
Enjoy these free tools?
☕Buy Me a Coffee