OAuth 2.0 Implementation for Google and GitHub created using ExpressJS and NodeJS
Steps:
1.Open index.js, and type node index.js in the terminal.
2.Open http://localhost:5000 on your browser and either signin with google or github.
3.You will be presented with your account data, which concludes the Oauth 2.0 demonstration.
Further development could involve user authentication or authorization for your app.
Thanks!