https://github.com/webexsamples/webex-oauth-integration
Example of a Webex OAuth integration written in Node.js.
https://github.com/webexsamples/webex-oauth-integration
Last synced: 11 months ago
JSON representation
Example of a Webex OAuth integration written in Node.js.
- Host: GitHub
- URL: https://github.com/webexsamples/webex-oauth-integration
- Owner: WebexSamples
- License: other
- Created: 2022-11-15T21:02:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T17:52:47.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T15:43:10.411Z (12 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example of a Webex Integration (OAuth flow) in Node.js
This project demonstrates how to create an Webex integration (OAuth client) to obtain
a scoped API access token for the authenticating Webex user. This code accompanies the tutorial [Run a Webex OAuth Integration Locally](https://developer.webex.com/docs/run-an-oauth-integration) on the Webex [Developer Portal](https://developer.webex.com). See the tutorial for details about creating an integration and configuring this project.
