GitHub Log In
A simple Node.js app that gets the 3-legged oAuth token from GitHub.
Set Up
Create a new file called .env
with the following content, changed into your own credentials.
CLIENT_ID=YOUR_CLIENT_ID
CLIENT_SECRET=YOUR_CLIENT_SECRET
Install dependencies
yarn
Run
yarn start