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
- Host: GitHub
- URL: https://github.com/erenworld/googleauth
- Owner: erenworld
- Created: 2025-03-14T15:51:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T20:48:07.000Z (over 1 year ago)
- Last Synced: 2025-10-19T10:03:39.372Z (8 months ago)
- Topics: authentication, googleauth, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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