Skip to content

manjufy/nodejs-github-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs + Github Authentication Library

Run locally

Make sure to install nodemon locally in global mode

npm install -g nodemon

and

npm run dev to start

Github OAuth flow explained

https://github.com/octokit/octokit.net/blob/master/docs/oauth-flow.md

TODO

Implement a package to consume Github auth code and return access token

Errors

{
  "message": "Bad credentials",
  "documentation_url": "https://developer.github.com/v3"
}

Make sure to include Authorization: Bearer <accessToken> In your header

About

NodeJS + Github Auth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published