SimpleGithubOAuthFlow
This is a simple node.js http server that gets a github token. Straight forward and simple to use.
Getting Started
git clone https://github.com/ronakdev/SimpleGithubOAuthFlow
cd SimpleGithubOAuthFlow
npm install
npm start
# go to localhost:8080
Note: You'll need to set the enviornment variables GITHUB_SECRET
and GITHUB_CLIENT
for it to work.