Skip to content
Adam Nasrudin
Back to Developer Tools

JWT Decoder

Decode and inspect JWT tokens to view header, payload, and signature

 
 
 

About JWT

JWT (JSON Web Token) consists of three parts: Header, Payload, and Signature, separated by dots (.). This tool only decodes the token - it does not verify the signature.

Tools Menu