Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vercel/release-auth
Handles the authentication for `release`
https://github.com/vercel/release-auth
release vercel
Last synced: 6 days ago
JSON representation
Handles the authentication for `release`
- Host: GitHub
- URL: https://github.com/vercel/release-auth
- Owner: vercel
- License: mit
- Created: 2016-12-26T10:23:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T03:18:20.000Z (almost 3 years ago)
- Last Synced: 2024-12-17T23:23:11.327Z (9 days ago)
- Topics: release, vercel
- Language: JavaScript
- Homepage: https://release-auth.vercel.sh
- Size: 128 KB
- Stars: 25
- Watchers: 57
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# release-auth
Handles the OAuth authentication with GitHub's webflow for [release](https://github.com/vercel/release).
## Contributing
1. Create a new OAuth application in [your GitHub account](https://github.com/settings/developers)
1. Set the "Authorization callback URL" to `https://release-auth.vercel.sh`
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
1. Install the dependencies: `yarn install`
1. Download environment variables: `vc env pull`
1. Start the server: `vercel dev`