Jwt.Verify¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | String |
||
Output ➡️ |
The resulting output of the shard | Bool |
||
Jwk |
No | The Key in JWK format to use for verifying the token signature. | none |
None String Var(String) |
PemEc |
No | The Key in PEM ECDSA format to use for verifying the token signature. | none |
None String Var(String) |
PemRsa |
No | The Key in PEM RSA format to use for verifying the token signature. | none |
None String Var(String) |
Verifies a JWT token signature without fully decoding it