JWT Decoder
Decode and inspect JSON Web Tokens instantly — view header, payload, claims, and expiry status.
Come usare il decodificatore JWT
- 1
Incolla il tuo token JWT
Incolla un JSON Web Token nel campo di input, oppure clicca su 'Carica esempio' per provare con un token dimostrativo. Le tre parti (intestazione, payload, firma) vengono colorate automaticamente.
- 2
Ispeziona il contenuto decodificato
L'intestazione mostra l'algoritmo e il tipo di token. Il payload rivela tutti i claim inclusi ID utente, ruoli, emittente e qualsiasi dato personalizzato incorporato nel token.
- 3
Verifica la validità del token
Il riepilogo dei claim mostra il tempo di scadenza (exp), la data di emissione (iat) e se il token è attualmente valido o scaduto. La decodifica avviene nel tuo browser — i token non vengono mai inviati a nessun server.
What is a JWT Decoder?
A JWT (JSON Web Token) decoder inspects the three parts of a token: the header (algorithm and token type), the payload (claims like user ID, roles, expiry), and the signature. Use this free tool to debug JWTs, inspect exp/iat timestamps, verify the algorithm, and check if a token has expired — all in your browser with no server-side processing.
