tforster / release-auth

Handles the authentication for `release`

Home Page:https://release-auth.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

release-auth

Build Status XO code style Slack Channel

Handles the OAuth authentication with GitHub's webflow for release.

Contributing

  1. Create a new OAuth application in your GitHub account (if you're working at @zeit, just get the keys from here)
  2. Set the "Authorization callback URL" to https://release-auth.now.sh
  3. Fork this repository to your own GitHub account and then clone it to your local device
  4. Install the dependencies: npm install
  5. Start the server: CLIENT_ID="<id>" CLIENT_SECRET="<secret>" npm start

As always, you can use npm test to run the tests and see if your changes have broken anything.

Author

Leo Lamprecht (@notquiteleo) - ▲ZEIT

About

Handles the authentication for `release`

https://release-auth.now.sh

License:MIT License


Languages

Language:JavaScript 100.0%