decode_jwt
Decode a JWT token to inspect its header, payload, claims, signature, and expiry information without performing signature verification.
Instructions
Decode a JWT token without verification. Returns the header, payload with all claims, signature, and expiry information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | JWT token string (e.g., "eyJhbGciOiJIUzI1NiIs...") |