jwt_validate
Validate a JWT token's structure - verify its format, Base64URL encoding, JSON validity, and expiration. Signature verification is not performed.
Instructions
Validate the structure of a JWT. Checks format, Base64URL encoding, JSON validity, and expiration status. Does NOT verify the cryptographic signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The JWT string to validate |