Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamweeks/spark-widget-oauth-example
Cisco Spark Widget OAuth Example
https://github.com/adamweeks/spark-widget-oauth-example
Last synced: 27 days ago
JSON representation
Cisco Spark Widget OAuth Example
- Host: GitHub
- URL: https://github.com/adamweeks/spark-widget-oauth-example
- Owner: adamweeks
- Created: 2017-12-05T22:20:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T21:20:59.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T16:28:33.447Z (about 1 month ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webex - oauth-example - Widget OAuth example with the JavaScript SDK (by adamweeks). (Code samples / Web SDK & Widgets samples)
README
# spark-widget-oauth-example
Cisco Spark Widget OAuth ExampleThis example shows how to utilize the [Cisco Spark JS-SDK](https://github.com/ciscospark/spark-js-sdk) to generate an OAuth access token
to be used to authenticate the [Cisco Spark React Widget](https://github.com/ciscospark/react-ciscospark).## Usage
Create a `.env` file with the following format:
```
CISCOSPARK_CLIENT_ID=myclientid
```> Client IDs can be obtained via the [Developer Portal](https://developer.ciscospark.com)