Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js OAuth example

This is an example node application for mt post on implementing Githubs OAuth2 API.

In order to run the application:

  1. Register your new application on Github : https://github.com/settings/applications/new. In the "callback URL" field, enter "http://localhost:8080/oauth/redirect". Once you register, you will get a client ID and client secret.
  2. Replace the values of the clientID and clientSecret variables in the index.js file
  3. Install dependencies by executing: npm install or yarn.
  4. Start the server by executing node index.js
  5. Navigate to http://localhost:8080 on your browser.

About

Implementing OAuth 2.0 with Node.js

Topics

Resources

Stars

59 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages