JSON Web Token (JWT) operations for creating, verifying, and decoding tokens. Supports both symmetric (HMAC) and asymmetric (RSA/ECDSA) algorithms with comprehensive claim validation options.
Use JWT (JSON Web Token) as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.
No triggers available
Decode a JWT token without verifying its signature. Returns the payload and optionally the header.
Create and sign a JWT token with custom claims and signing options
Verify a JWT token signature and optionally validate claims like expiration and not-before