DOOLS

JWT Token Tool

Decode JSON Web Tokens to view header, payload and signature

📝 JWT Token Input

🔍 Decoded Token

Paste a JWT token to decode it

⚠️ About JWT Tokens

JWT (JSON Web Token) is a compact, URL-safe means of representing claims between two parties.

A JWT consists of three parts: Header, Payload, and Signature, separated by dots.

Note: This tool only decodes tokens. It does not validate signatures!