This JWT decoder reveals the content of a JWT token (split into 3 parts: header, payload, signature). Decoding is performed entirely in your browser, no data is sent to a server.
Paste your JWT token in the input field. Decoding is instant and performed entirely in your browser: no data is sent to a server, ensuring the confidentiality of your tokens.