Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

Generate JWT using `nexmo jwt:generate ...` #97

Closed leggetter closed 8 years ago

leggetter commented 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
leggetter commented 8 years ago

closes #88

cbetta commented 8 years ago

Isn't app_id just another claim?