jwt_decode
Decode JWT tokens to inspect header, payload, expiry, and issued-at time without verification. Use this tool to analyze token contents and check expiration status for debugging or testing purposes.
Instructions
Decode a JWT token without verification. Returns header, payload, expiry, issued-at time, and whether the token is expired.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The JWT token string to decode |