🔑 JWT Decoder

Paste a JSON Web Token to decode and inspect its header, payload, and expiry.

Paste JWT Token

What is a JWT?

A JSON Web Token (JWT) is a compact, URL-safe token format used for authentication and information exchange. It consists of three parts separated by dots: Header (algorithm), Payload (claims/data), and Signature (verification). This tool decodes the header and payload — it does NOT verify the signature.

Have questions? Check our FAQ page.

Related Tools