Handles the OAuth authentication with GitHub's webflow for release.
- Create a new OAuth application in your GitHub account (if you're working at @vercel, just get the keys from here)
- Set the "Authorization callback URL" to
https://release-auth.vercel.sh
- Fork this repository to your own GitHub account and then clone it to your local device
- Install the dependencies:
yarn install
- Start the server:
CLIENT_ID="<id>" CLIENT_SECRET="<secret>" vercel dev
As always, you can use yarn test
to run the tests and see if your changes have broken anything.
Leo Lamprecht (@notquiteleo) - ▲Vercel