My Tool HubMy Tool Hub
Back to editor

JWT Decoder

Decode JSON Web Tokens locally to inspect the header and payload. Signatures are NOT verified.

Header
Payload

About JWTs

A JSON Web Token has three Base64URL-encoded parts: header, payload and signature. This decoder reads the first two so you can inspect claims like sub, iat and exp. Never trust a token without verifying its signature server-side.

Related free tools

Free, private and instant — no signup needed.

Browse all tools