Test helper for creating App-ID users.
npm install --save @webex/test-helper-appid
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
.
Express router which will create a JWT from a POST request. Only required body parameter is displayName
. Use with
app.use('/jwt', require('@webex/test-helper-appid').router);
This package is maintained by Cisco Webex for Developers.
Pull requests welcome. Please see CONTRIBUTING.md for more details.
© 2016-2020 Cisco and/or its affiliates. All Rights Reserved.