Vai al contenuto
RapideTools

Decodificatore JWT

Decodifica e ispeziona token JWT.

Paste a JWT to decode its header and payload as readable JSON. The token is decoded locally in your browser — it is never sent anywhere, and the signature is not verified.

La decodifica legge solo il token — NON verifica la firma. Non incollare mai token segreti o di produzione.

Il tuo input è elaborato localmente nel browser — nulla viene caricato, memorizzato o registrato.

Ti ha fatto risparmiare tempo?Offrimi un caffè

Come funziona

  1. 1 Paste your JWT.
  2. 2 The header and payload are decoded live.
  3. 3 Copy either section as JSON.

Casi d'uso comuni

  • Inspect the claims in a token.
  • Check expiry and issued-at times.
  • Debug authentication during development.
  • See which algorithm a token uses.

Domande frequenti

Is my input sent to a server?

No. Everything runs locally in your browser — your input is never uploaded, stored or logged.

Does this verify the signature?

No. Decoding only reads the header and payload — it does NOT verify the signature, so never trust a decoded token for security decisions.

Is my token uploaded?

No. The token is decoded entirely in your browser and is never sent to a server.

Is it really free?

Yes — free, with no signup and no limits.