jwt_decode
Decode JWT tokens to inspect header and payload data without verification, showing token expiry information for debugging and analysis.
Instructions
Decode a JWT token (without verification) and show header, payload, expiry
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The JWT token to decode |