Free tool
JWT Reader/Decoder
Decode and analyze JSON Web Tokens to view their contents.
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "1234567890",
"name": "DevBench User",
"iat": 1516239022
}Signature
signature
Free tool
Decode and analyze JSON Web Tokens to view their contents.
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "1234567890",
"name": "DevBench User",
"iat": 1516239022
}signature