JWT Decoder

Decode a JWT's header and payload.

Paste a JSON Web Token to decode its header and payload. This does not verify the signature.

Does this verify the JWT signature?

No, this tool only decodes the header and payload — it does not verify the signature.