Decode JSON Web Tokens online and inspect their header, payload, and token dates.
A JSON Web Token is a compact token format commonly used to carry claims between systems.
It decodes the token header and payload into readable JSON.
No. Signature verification requires the appropriate secret or public key.
Usually no. A signed JWT is encoded and signed, not encrypted.
Yes, an exp claim can be displayed as a readable date.
Yes, it is free to use.