JWT Generator

Use your private key and application_id to create a JWT for your Vonage Application. The JWT is generated on the client-side so your private key never leaves your browser.

Parameters

Encoded

CLI command

Decoded

NameValueMeaning
application_idThe application ID this JWT uses for authentication
iat1765593030The time at which the token was issued
nbf1765593030The time at which the token should become valid
exp1765614630The time at which the token should expire
subThe subject identified by the JWT (only used for the Client SDKs)
aclA list of permissions that this token will have
jtiFKeo8PwSfG7cA unique identifier for the JWT