Developer
JWT Decoder
Decode JWT header and payload directly in your browser.
도구를 불러오는 중입니다.
Decode JWT header and payload directly in your browser.
도구를 불러오는 중입니다.
JWT header와 payload를 브라우저에서 디코딩합니다.
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "1234567890",
"name": "Jabdogu",
"iat": 1710000000,
"exp": 4102444800,
"role": "developer"
}서명 검증이나 토큰 전송 없이 구조와 클레임만 해석합니다.