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
| Name | Value | Meaning |
|---|---|---|
application_id | The application ID this JWT uses for authentication | |
iat | 1763934782 | The time at which the token was issued |
nbf | 1763934782 | The time at which the token should become valid |
exp | 1763956382 | The time at which the token should expire |
sub | The subject identified by the JWT (only used for the Client SDKs) | |
acl | A list of permissions that this token will have | |
jti | amWFGA0aWIS8 | A unique identifier for the JWT |