micro-github
micro-github copied to clipboard
A tiny microservice that makes adding authentication with GitHub to your application easy.
Replace `microrouter` with Zeit 2.0's new `api` routing system. This new system is currently being used for https://gitographer.com/
Hey. In GitHub OAuth Apps, the Call back URL needs to be the redirection URL right? I am trying to use it for an application like https://codepan.net But my authentication...
added scope environment variable to add scope settings to GitHub OAuth request. Now, you can just define scopes within the now command. Awesome work, @mxstbr, saved me hours today 👏
For single page apps, you don't want to send the access tokens to the backend server. Putting the access token in the query string will do that. So for single...