You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
Using the Facebook oath2 settings I've managed to connect and authenticate with Facebook, but every time I authenticate the same user is added to the DB (using NeDB), with the same id, _id and facebookId — over and over.
As if it's not checking if the user exists.
The app was generated with the feathers generate command, and authentication and the like added using the feathers book documentation.
The text was updated successfully, but these errors were encountered:
This is the normal behavior of NeDB. Here's an example: louischatriot/nedb#410. See the section on persistence for how to clean it up. I originally programmed the adapter to automatically compact every 5 seconds, but I'm not sure what it is setup to do right now.
Using the Facebook oath2 settings I've managed to connect and authenticate with Facebook, but every time I authenticate the same user is added to the DB (using NeDB), with the same id, _id and facebookId — over and over.
As if it's not checking if the user exists.
The app was generated with the feathers generate command, and authentication and the like added using the feathers book documentation.
The text was updated successfully, but these errors were encountered: