jwt_decode
Decode and analyze JWT tokens to extract payload and header. Optionally verify token signatures using a secret key for security validation.
Instructions
Decode and analyze JWT tokens, optionally verifying signatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | JWT token to decode | |
| verify | No | Attempt signature verification | |
| secret | No | Secret key for signature verification (optional) |