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.
- Raw keeps the complete token available as editable text.
- Decoded splits the token into its header and payload and displays each as readable JSON.
Local only
Section titled “Local only”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.