Google oAuth using passportjs
This is an example repository I had created while learning about google-oAuth by following the instructions.
Google oAuth
allows you to provide authorization to your application using google auth provider.
- Clone the repository
- Install the
node modules
using the commandnpm install
- start the application using
npm start