Skip to main content

JWT Decoder

Decode and inspect JWT (JSON Web Token) claims

0 characters

About JWT

JSON Web Tokens (JWT) are a compact, URL-safe means of representing claims between two parties. JWTs consist of three parts: Header, Payload, and Signature, separated by dots (.).

Note: This tool only decodes the token. It does NOT verify the signature. Never paste sensitive tokens on untrusted tools.