jwt_generate
Generate a JSON Web Token (JWT) by specifying the header, payload, algorithm, and key (HS* or RS*). Enables secure token creation for authentication and data exchange.
Instructions
Generate a JWT with the given header, payload, algorithm, and key (HS* or RS*).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
alg | Yes | ||
header | Yes | ||
key | Yes | ||
payload | Yes |