An open API service indexing awesome lists of open source software.

https://github.com/erenworld/googleauth

OAuth, Node.js and MongoDB Authentication Boilerplate
https://github.com/erenworld/googleauth

authentication googleauth mongodb nodejs

Last synced: 2 months ago
JSON representation

OAuth, Node.js and MongoDB Authentication Boilerplate

Awesome Lists containing this project

README

          

```project/
├── .env
├── package.json
├── server.js
├── config/
│ └── db.js
│ └── env.js
├── models/
│ └── User.js
├── routes/
│ └── authRoutes.js
│ └── indexRoutes.js
├── controllers/
│ └── authController.js
├── middleware/
│ └── auth.js
└── utils/
└── googleOAuth.js