JWT Decoder
Decode JSON Web Tokens and inspect the header, payload, and signature. All processing is local.
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "1234567890",
"name": "John Doe",
"admin": true,
"iat": 1516239022,
"exp": 1900000000
}sub1234567890
nameJohn Doe
admintrue
iat15162390221/18/2018, 1:30:22 AM
exp19000000003/17/2030, 5:46:40 PM ✅ Valid
VZfBrCrn-b2qGRXPNLRn-9rBAdyhOLnJFxOx316YJQg