Skip to main content

Issue License Token

POST 

/v1/license/token

Mint a short-lived, offline-verifiable signed license token (JWT).

Runs the same validation as /validate; on success it returns an EdDSA-signed JWT whose claims mirror the validate response. The customer's app verifies the token locally against the plugin's JWKS (no network call), trading freshness for offline resilience — /validate remains the authoritative, revocation-aware check.

Request

Responses

Successful Response