Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segment-boneyard/partnerapp
Reference Implementations of OAuth and Subscription Functions for Segment Partners
https://github.com/segment-boneyard/partnerapp
Last synced: about 7 hours ago
JSON representation
Reference Implementations of OAuth and Subscription Functions for Segment Partners
- Host: GitHub
- URL: https://github.com/segment-boneyard/partnerapp
- Owner: segment-boneyard
- License: mit
- Created: 2019-01-18T20:11:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T00:09:23.000Z (over 1 year ago)
- Last Synced: 2024-04-09T16:31:13.536Z (7 months ago)
- Language: JavaScript
- Homepage: https://segment.com/docs/partners/
- Size: 1010 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# Segment Partner App
A Node.js app that demonstrates how to build a Segment OAuth App. Installing this app and getting a working demo going is the fastest way to understand Segment OAuth and get started with building your app.
This app manages a specific destination on a source that the user consents to. To do that, it will need the _scope_ `destination/` (for example: `destination/clearbrain`).
For documentation, please see the "Enable with Segment" docs:
> [View "Enable with Segment" docs](https://segment.com/docs/partners/enable-with-segment/)