decode_jwt
Decode JWT headers and payloads, and check expiry, without verifying signatures. Ideal for inspecting token contents locally.
Instructions
Decode a JWT (header + payload + expiry check) without verifying the signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | JWT string (three dot-separated base64url parts) |