Implementing OAuth 2.0 with Node.js
This is an example node application for mt post on implementing Githubs OAuth2 API.
In order to run the application:
clientID
and clientSecret
variables in the index.js filenpm install
or yarn
.node index.js