JWT Decoder
Inspect the header, payload, and claims of a JSON Web Token. Decoded locally — nothing is sent anywhere.
This tool only decodes the token locally — it does not verify the signature, so it never needs your secret. Nothing is sent over the network or stored.