Initializing Experience...
Initializing Experience...
Decode JWT header and payload locally without executing token content.
This tool runs in your browser, does not store tokens, does not send them to a server, and never evaluates decoded values as code. It only decodes and parses JSON.
Status
Decoded
Algorithm
HS256
Type
JWT
{
"alg": "HS256",
"typ": "JWT"
}{
"iss": "smnify",
"sub": "user_123",
"aud": "tools",
"exp": 2524608000,
"iat": 1735689600,
"role": "admin"
}Issuer
smnify
Subject
user_123
Audience
tools
Expires At
1/1/2050, 5:30:00 AM (2524608000)
Issued At
1/1/2025, 5:30:00 AM (1735689600)
sandboxe...-preview
Decoded only. Signature verification is not performed in this sandbox.