webex-guest-generator

1.1.0 • Public • Published

Webex Guest Generator

This script generates a guest user and its access token from a Webex Guest Issuer Application.

Usage

  1. You will need to have a Guest Issuer Application with Webex

  2. Create a JSON file with the following contents, you may name it config.json:

    {
      "id": "Guest issuer ID",
      "secret": "Guest issuer secret",
      "name": "Display name of guest user"
    }
  3. Run the following command:

    npx webex-guest-generator config.json

    Substitute config.json with the name of your file, if different.

Generated token is valid for one day.

Package Sidebar

Install

npm i webex-guest-generator

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

9.63 kB

Total Files

7

Last publish

Collaborators

  • lalli-flores