https://github.com/adamweeks/spark-widget-oauth-example
Cisco Spark Widget OAuth Example
https://github.com/adamweeks/spark-widget-oauth-example
Last synced: 5 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T21:20:59.000Z (almost 8 years ago)
- Last Synced: 2025-06-13T23:35:59.024Z (6 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- 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 Example
This 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)