christophrus

Results 3 issues of christophrus

+++ Keep up your good work for the anti-scammer scene +++ I'm going to donate to you later :-)

It seems that the password doesn't get encrypted, when trying to $push a SubDocument with `findOneAndUpdate`. Here is an example script: ``` var mongoose = require("mongoose"); mongoose.connect(process.env.MONGO_URI, { useNewUrlParser: true...

Because I was wondering if it isn’t a waste of resources to open a socket every time someone hits the site, e.g. when the login buttons are implemented into the...