Pular para o conteúdo
RapideTools

Decodificador JWT

Decodifique e inspecione tokens 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.

A decodificação apenas lê o token — NÃO verifica a assinatura. Nunca cole tokens secretos ou de produção.

Sua entrada é processada localmente no navegador — nada é enviado, armazenado ou registrado.

Poupou o seu tempo?Me pague um café

Como funciona

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

Casos de uso comuns

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

Perguntas frequentes

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.