Skip to content

isabella232/release-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release-auth

Build Status XO code style

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 @vercel, just get the keys from here)
  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. 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.

Author

Leo Lamprecht (@notquiteleo) - ▲Vercel

About

Handles the authentication for `release`

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%