Skip to content

JWT

Decode and inspect a JSON Web Token locally, without sending it anywhere.

The JWT editor opens .jwt text files and decodes them for inspection.

Interactive JWT editorRead a token's decoded header and payload — decoding stays in your browser and nothing is saved to a tray.
  • Raw keeps the complete token available as editable text.
  • Decoded splits the token into its header and payload and displays each as readable JSON.

Decoding is just base64url plus JSON parsing, and it all happens in your browser. Worktray does not upload the token, contact the issuer, or verify the signature — Decoded shows you what the token claims, not whether it is valid or trusted.