jwt_verify
Verify a JWT's cryptographic signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jwk | No | Public key in JWK format, for RS/PS/ES algorithms. | |
| token | Yes | ||
| secret | No | Required for HS256/384/512. | |
| jwks_url | No | URL to a JWKS document; the key is matched by the token's "kid" header. |