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

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.

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