Skip to content

JWT

Inspect a JSON Web Token without sending it to a server.

The JWT editor opens .jwt text files.

  • Raw keeps the complete token available as text.
  • Decoded displays the header and payload in a readable structure.

Decoding happens locally. Worktray does not upload the token and does not claim to verify its signature.