Security Tool
JWT Decoder
Decode JWT header and payload without verifying the signature.
Security
Inspect the contents of a JSON Web Token (JWT) header and payload without needing a secret key. It is perfect for quickly verifying the data encoded in a token during development or troubleshooting.
Related tools