Tools · Security
JWT decoder
Header · payload · signature. Decoded entirely in your browser.
{
"alg": "HS256",
"typ": "JWT"
}{
"sub": "usr_4f2a",
"name": "Ada Driss",
"role": "owner",
"iat": 1715948000
}0xL4VbN3UmEDS3kCJOyXc5xKxJTYbE6mFhGtUMzcZLs
The link encodes your inputs in the URL fragment. Nothing is uploaded.
The token is decoded entirely in your browser. Nothing leaves the page.