An open API service indexing awesome lists of open source software.

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

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
```