Back to Home
Tool workspace
Utility
JWT Decoder
Decode JWT header and payload locally without verifying the signature.
JWT
Decoded
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "1234567890",
"name": "ScaleLabsAI",
"iat": 1516239022
}Signature
signature
Tool nay chi decode JWT, khong verify signature.