Loading...
Loading...
Decode JWT (JSON Web Token) headers and payloads online. Inspect token claims, check expiration, and view formatted timestamps. No verification — inspection only.
JWT Token
All decoding happens in your browser — your token is never sent to any server. However, JWT tokens can be decoded by anyone who has them, so never share tokens or expose them in public places.
No, this tool only decodes the token contents. It does not verify signatures. For signature verification, use a JWT library in your application with the proper secret or public key.