Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reggi/node-stitchlabs-oauth
Stitch Labs oAuth2 Authorization with Express.js and Node.js
https://github.com/reggi/node-stitchlabs-oauth
Last synced: about 1 month ago
JSON representation
Stitch Labs oAuth2 Authorization with Express.js and Node.js
- Host: GitHub
- URL: https://github.com/reggi/node-stitchlabs-oauth
- Owner: reggi
- Created: 2015-06-10T15:17:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T00:06:15.000Z (over 9 years ago)
- Last Synced: 2024-10-05T10:47:27.261Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# StitchLabs oAuth
Node.js server that runs and gets the access token for a specific StitchLabs user.
To run you'll need environment variables for both `STITCH_CLIENT_ID` and `STITCH_CLIENT_SECRET`.
```
git clone https://github.com/reggi/node-stitchlabs-oauth.git
cd node-stitchlabs-oauth
npm install
STITCH_CLIENT_ID={your id} STITCH_CLIENT_SECRET={your secret} node index.js
open "http://localhost:3000"
```With the access token requests can be made using the `stitchlabs` npm module.
https://github.com/reggi/node-stitchlabs