Skip to main content
DeveloperProProcessado no seu navegador

JWT Decoder

Inspect and debug JSON Web Tokens payloads.

0 of 2 uses today · 2 remaining. Go Pro and remove the limit.

Upgrade

Algorithm

Claims

Expiration

Diagnosis

6 warnings

01

JWT Token

Token

02

Validate Signature

Public key (PEM)

03

Header and Payload

Header
Payload
Featured claims
Decode a token to see the claims.
Humanized dates
Decode a token to see the dates.
Diagnosis
Algorithm not specified
Missing exp (expiration)
Missing iat (issued at)
Missing nbf (not before)
Missing iss (issuer)
Missing aud (audience)

§ How to use

How to decode a JWT

Inspect a JSON Web Token's header and payload locally — the token never leaves your browser.

  1. Paste the token

    Paste the JWT. It is decoded locally — we never transmit or store your token.

  2. Read header and payload

    View the decoded header and payload as formatted JSON, with claims like exp and iat highlighted.

  3. Check expiry

    See whether the token is expired based on its exp claim. (Signature is not verified client-side.)

Related

Related tools

Da mesma categoria.