JWT
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. This Integration can be used to Generate New JWT Tokens, Encode and Decode Existing Ones.
Authentication & Identity Management · JWT Token Generator
Configuration parameters
url— Your server URL (required)key— Secret Key (required)algorithm— Algorithmiss— Issueraud— Audiencejti— Token IDsub— Subjectscp— Scopeiat— Issued Atexp— Expiration Timenbf— Not BeforeadditionalClaims— Additional ClaimstokenTimeout— Token Timeoutinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (3)
-
jwt-decode-tokenA command to decode JWT tokens
-
jwt-generate-access-tokenGenerates a JWT authorization token with an optional scope and queries the API for an access token and then returns the received API access token
-
jwt-generate-authentication-payloadGenerates a JWT authorization request payload by encoding the provided claims.