release-auth
release-auth copied to clipboard
Handles the authentication for `release`
trafficstars
release-auth
Handles the OAuth authentication with GitHub's webflow for release.
Contributing
- Create a new OAuth application in your GitHub account
- 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 - Download environment variables:
vc env pull - Start the server:
vercel dev