All Projects → vercel → release-auth

vercel / release-auth

Licence: MIT License
Handles the authentication for `release`

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to release-auth

tag
Git utility to create tags in order to identify specific releases
Stars: ✭ 24 (+20%)
Mutual labels:  release
generate-changelog
generates changelog from git based on jira tickets
Stars: ✭ 18 (-10%)
Mutual labels:  release
go-github-release
Guide to release automation
Stars: ✭ 72 (+260%)
Mutual labels:  release
micro-code-analyser
A tiny Node.js microservice to detect the language of a code snippet
Stars: ✭ 21 (+5%)
Mutual labels:  micro
micro-match
A micro library for matching urls.
Stars: ✭ 36 (+80%)
Mutual labels:  micro
protoc-gen-micro
Protobuf code generation
Stars: ✭ 287 (+1335%)
Mutual labels:  micro
micro
A simple tool kit for building microservices.
Stars: ✭ 15 (-25%)
Mutual labels:  micro
plenopticam
Light-field imaging application for plenoptic cameras
Stars: ✭ 111 (+455%)
Mutual labels:  micro
typedash
🚀 2KB lodash in typescript
Stars: ✭ 26 (+30%)
Mutual labels:  micro
dev-gateway
Local development cluster with "now" path aliases syntax support. Allows running multiple microservices as one solid server.
Stars: ✭ 32 (+60%)
Mutual labels:  micro
win-svn
apache subversion windows builds with httpd modules and java hl
Stars: ✭ 19 (-5%)
Mutual labels:  release
perfekt
Release, changelog and version your packages with perfe(k)t 👌 ease!
Stars: ✭ 15 (-25%)
Mutual labels:  release
glare
gracefully download (latest) releases from GitHub
Stars: ✭ 64 (+220%)
Mutual labels:  release
Github-Release-Action
Publish Github releases in an action
Stars: ✭ 100 (+400%)
Mutual labels:  release
backend
Backend powering the M3O platform
Stars: ✭ 64 (+220%)
Mutual labels:  micro
micro-redirect
A tiny Node.js microservice to redirect users to a different location.
Stars: ✭ 16 (-20%)
Mutual labels:  micro
natuna-fivem
Typescript/Javascript Bundled FiveM Framework with single module engine that runs on Javascript runtime. Powered with NodeJS.
Stars: ✭ 21 (+5%)
Mutual labels:  release
change
A simple tool that automates generating and updating a changelog
Stars: ✭ 47 (+135%)
Mutual labels:  release
react-micro-modal
Accessible, lightweight and configurable modal component with a11y-enabled.
Stars: ✭ 36 (+80%)
Mutual labels:  micro
portfolio
A virtual investing portfolio app (aka Kytra)
Stars: ✭ 32 (+60%)
Mutual labels:  micro

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].