https://github.com/nteract/oauth-server
🔏 Little OAuth Handler for Gist Publishing
https://github.com/nteract/oauth-server
Last synced: about 2 months ago
JSON representation
🔏 Little OAuth Handler for Gist Publishing
- Host: GitHub
- URL: https://github.com/nteract/oauth-server
- Owner: nteract
- Created: 2016-09-24T21:55:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T03:12:06.000Z (almost 6 years ago)
- Last Synced: 2025-03-30T21:02:28.324Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 8
- Watchers: 12
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OAuth Server
Just a quick little server relying on [Max Ogden + Pals github-oauth package](https://www.npmjs.com/package/github-oauth).
Use **OAuth Server** for providing [Publish-to-gist](https://github.com/nteract/nteract/blob/master/src/notebook/epics/github-publish.js) functionality in **nteract** [[repo](https://github.com/nteract/nteract)].
## Deploying
```bash
git clone https://github.com/nteract/nteract-oauth
npm install -g now
now secrets add github_client_id "insert client id here"
now secrets add github_secret "insert secret here"
now -e GITHUB_CLIENT=@github_client_id -e GITHUB_SECRET=@github_secret
now alias set (clipboard copy) oauth.nteract.io
```