Algorithm
HS256
Header alg
Expired
No
Based on exp claim
Claims
4
Payload keys
Verify
Not verified
HS256 only
Token Input· Paste a JWT and optionally add a shared secret for HS256 verification.
Decoded Claims· Header and payload are decoded locally in the browser.
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "usr_01",
"email": "hello@example.com",
"roles": [
"admin"
],
"exp": 4102444800
}Claim Table· Top-level payload claims with a quick expiration readout.
subusr_01
emailhello@example.com
roles["admin"]
exp4102444800