๐
JWT Decoder
Decode and inspect the header and payload of a JSON Web Token.
๐ Decoded locally. Your token is never uploaded.
โ
โ
โ
Note on verification
This tool only decodes the token โ it does not verify the signature, which requires the secret or public key. Never trust a decoded payload without verifying it server-side.