Developer

JWT Decoder

Decode JWT header and payload claims.

Header
Payload

This free JWT decoder splits a JSON Web Token into its header and payload and decodes the Base64URL sections so you can read the claims. It also shows token expiry when an exp claim is present. Note: this tool decodes only and does not verify the signature.

Related tools