https://github.com/nishkohli96/auth-data-server
Google, FB & Github SSO using PassportJS, querying data from mongoDB cloud, and using GraphQL library to fetch/edit MongoDB cloud data.
https://github.com/nishkohli96/auth-data-server
expressjs fastify graphql mongodb mongodb-cloud mongoose node pagination passportjs query-params sso sso-authentication
Last synced: 3 months ago
JSON representation
Google, FB & Github SSO using PassportJS, querying data from mongoDB cloud, and using GraphQL library to fetch/edit MongoDB cloud data.
- Host: GitHub
- URL: https://github.com/nishkohli96/auth-data-server
- Owner: nishkohli96
- Created: 2020-09-05T21:25:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T20:46:36.000Z (over 5 years ago)
- Last Synced: 2026-01-03T16:21:24.366Z (6 months ago)
- Topics: expressjs, fastify, graphql, mongodb, mongodb-cloud, mongoose, node, pagination, passportjs, query-params, sso, sso-authentication
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auth-data-server
Run either an Express or a Fastify Server on Port 5000 with the following functionalities :
- CRUD operations on data fetched from [MongoDB](https://www.mongodb.com/)
- Pagination on MongoDB data
- SSO using [PassportJS](http://www.passportjs.org/)
- Alias imports using [module-alias](https://www.npmjs.com/package/module-alias)
### Notes
- Check this [thread](https://stackoverflow.com/questions/58211880/uncaught-syntaxerror-cannot-use-import-statement-outside-a-module-when-import) for ES6 module-like imports