GitHub OAuth Apps let users log in to your app using their GitHub account. You can also take actions on behalf of users using the GitHub API, like posting comments or closing pull requests.

In this article, I’ll explain how to support GitHub login using Node.js and Express, and how to use the GitHub API once you’ve got an access token for the user.

#node.js #express #github

How to Login GitHub with Node.js and Express
4.05 GEEK