This package has been deprecated

Author message:

WARNING: We renamed this module to @webex/test-helper-appid. Please install it instead. See https://github.com/webex/spark-js-sdk#the-cisco-webex-js-sdk for more information.

@ciscospark/test-helper-appid

1.52.2 • Public • Published

@ciscospark/test-helper-appid

standard-readme compliant

Test helper for creating App-ID users.

Install

npm install --save @ciscospark/test-helper-appid

Usage

testHelperAppId.createUser(options)

Wrapper around router which will will make an API call from a web browser or directly invoke jsonwebtoken in node. Only required option is displayName.

testHelperAppId.router

Express router which will create a JWT from a POST request. Only required body parameter is displayName. Use with

app.use('/jwt', require('@ciscospark/test-helper-appid').router);

Maintainers

This package is maintained by Cisco Webex for Developers.

Contribute

Pull requests welcome. Please see CONTRIBUTING.md for more details.

License

© 2016-2018 Cisco and/or its affiliates. All Rights Reserved.

Readme

Keywords

none

Package Sidebar

Install

npm i @ciscospark/test-helper-appid

Weekly Downloads

1

Version

1.52.2

License

MIT

Unpacked Size

13.3 kB

Total Files

14

Last publish

Collaborators

  • webex-jenkins
  • adamweeks