Socket
Book a DemoInstallSign in
Socket

webex-guest-generator

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webex-guest-generator

Utility to obtain Webex guest user tokens from a guest issuer

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Webex Guest Generator

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

Usage

  • You will need to have a Guest Issuer Application with Webex

  • 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"
    }
    
  • 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.

Keywords

webex

FAQs

Package last updated on 05 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts