๐
Your token never leaves the browser โ decoding happens entirely client-side. Note: this tool decodes the token structure only; it does not verify the signature against a secret.
๐ Paste JWT Token
..
Header
Payload
Signature
Try a sample token:
HS256 Sample
RS256 Sample
Expired Token
โ
Decoded
| Claim | Value |
|---|
| Claim | Value | Description |
|---|
โ ๏ธ
Signature verification requires your secret key or public key and cannot be done client-side here. This tool confirms the token structure is valid, but does not validate the signature.
Signature (Base64url)
Algorithm
โ
Algorithm
โ
Token Type
โ
Expires
โ
Status
โ