Closed leggetter closed 8 years ago
The Voice API and upcoming API releases introduce using JWT for authentication. This utility command will help creating JWTs so developers (we) can get started building functionality quicker.
Usage:
nexmo <private_key_path> [claims...] --app_id [application_id]
For example:
nexmo path/to/private.key fish=pie monkey=cheese --app_id dfadfasdfasdf
closes #88
Isn't app_id just another claim?
app_id
The Voice API and upcoming API releases introduce using JWT for authentication. This utility command will help creating JWTs so developers (we) can get started building functionality quicker.
Usage:
For example: