JWT Decoder

Decode JWT header and payload sections instantly for inspection during development.

Input Section

JWT token

Output Section
Header
Payload

Header

JWT header

FAQ
Does this verify signatures?

No. The starter implementation decodes header and payload data only.

Can I inspect expired tokens?

Yes. Expired tokens can still be decoded because no validation step is performed on this page.

An unhandled error has occurred. Reload x