JWT Encoder/Decoder (awesometools.app)
Encode and decode JSON Web Tokens (JWT) with HMAC-SHA256 signature verification, all securely within your browser. Uses the native Web Crypto API so your secrets and tokens never leave your device.
JWT Decode (toolpods.io)
Decode JWT (JSON Web Token) to inspect the header, payload, and signature contents.
JWT Decoder (web-toolbox.dev)
Free tool for decoding JWT (JSON Web Token) to inspect the header and payload. Decodes only without signature verification, making it easy to check token contents.