Helper utilities for common tasks with Banno's Platform API
npx @jack-henry/banno-client-creds-helper COMMAND
The npx command automatically downloads and executes the latest version on demand. No installation steps are required.
Commands currently supported by the utility.
Create a signed JWT to use as the client_assertion.
Example:
$ npx @jack-henry/banno-client-creds-helper sign-jwt --client-id=00000000-0000-0000-0000-000000000000 --private-key=./private.pem
Create a signed JWT to use as the client_assertion and obtain an access_token.
Example:
$ npx @jack-henry/banno-client-creds-helper client-assertion --client-id=00000000-0000-0000-0000-000000000000 --private-key=./private.pem
This utility is run via the node npx
command.
The utility requires NodeJS version 14.0.0 or later. Check your current version with node --version
.