wo1vin / casualcoding-3.1

Member profile website for the Casual Coding group.
0 stars 0 forks source link

update mongoose queries #1

Open wo1vin opened 10 months ago

wo1vin commented 10 months ago

Many of the mongoose queries no longer accept callbacks, so they must be updated to promise or async/await.

The LocalStrategy for Passport needs to be updated because of this. (config/passport.js Line 7)

wo1vin commented 10 months ago

Resources:

https://mongoosejs.com/docs/api/model.html#Model.findOne()

https://www.passportjs.org/howtos/password/