Loading tool…
What does decoding a JWT mean?
JWTs are three Base64url-encoded parts. Decoding reveals JSON header and payload for debugging. Verifying a signature requires keys and algorithms your authorization server provides.
How to use this tool
Paste the token string. Review header and claims JSON. Redact tokens before sharing screenshots. Use the full tool for validation helpers if available.
Use cases
Debugging OIDC login flows, inspecting exp/iat skew, tracing gateway routing claims, teaching token structure.
Privacy and security
Editor and conversion workflows run in your browser without uploading your content to our servers for those steps. Clear sensitive data when you finish, especially on shared machines.