JWT (JSON Web Token)

JWT (JSON Web Token)

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.

Triggers & Actions

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.

Triggers

No triggers available

Actions

  • Decode JWT

    Decode a JWT token without verifying its signature. Returns the payload and optionally the header.

  • Sign JWT

    Create and sign a JWT token with custom claims and signing options

  • Verify JWT

    Verify a JWT token signature and optionally validate claims like expiration and not-before