/sign-in-google-with-oAuth

OAuth is an open-standard authorization protocol or framework that describes how unrelated servers and services can safely allow authenticated access to their assets without actually sharing the initial, related, single logon credential.

Primary LanguageJavaScript

sign-in-google-with-oAuth

Google authentication with Node.js

Before run

  • npm install

  • configure the config/keys.js file

Run

 node .\app.js
 nodemon .\app.js