vercel / release-auth

Handles the authentication for `release`

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

release-auth

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

Contributing

  1. Create a new OAuth application in your GitHub account
  2. Set the "Authorization callback URL" to https://release-auth.vercel.sh
  3. Fork this repository to your own GitHub account and then clone it to your local device
  4. Install the dependencies: yarn install
  5. Download environment variables: vc env pull
  6. Start the server: vercel dev

About

Handles the authentication for `release`

https://release-auth.vercel.sh

License:MIT License


Languages

Language:JavaScript 97.6%Language:Shell 2.4%