blairun / Github-OAuth2-Example

This is an example node application that implements Githubs OAuth2 API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github OAuth2 API example application

This is an example node application that implements Githubs OAuth2 API.

Run this example

  1. Create a Github OAuth app at https://github.com/settings/applications
  1. Edit index.js with your app config
  2. Install dependencies with yarn install or npm install
  3. Run the webserver with node index.js
  4. Browse to http://localhost:3000

reference:

https://github.com/sohamkamani/node-oauth-example

https://github.com/lichess-org/api/tree/master/example/oauth-authorization-code

About

This is an example node application that implements Githubs OAuth2 API.


Languages

Language:JavaScript 100.0%