Utilities
JWT Decoded token
Decode JSON Web Tokens locally in your browser without storing them.
This tool only decodes. It does not verify the signature.
ExpiresJanuary 1, 2030 at 12:00:00 AM
Issued atNovember 14, 2023 at 10:13:20 PM
Time until expiryin 1,321 days
StatusNot expired
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "1234567890",
"name": "Astroworld",
"iat": 1700000000,
"exp": 1893456000
}signature