FCCAmsterdam / auth_exercise

A quick template of different logins and authorization models, with expressJS and mongoDB
2 stars 0 forks source link

Redo without mongoose passport local #15

Closed evaristoc closed 6 years ago

evaristoc commented 6 years ago

The package is apparently setting up passport to work with the sets of that package only, so other strategies are being affected.

evaristoc commented 6 years ago

Problem in my code found in passport serialization/deserialization. See the following reference: https://www.sitepoint.com/local-authentication-using-passport-node-js/

On the serialization/deserialization section.