Martien Dermawan Tanama

Results 2 comments of Martien Dermawan Tanama

You can use class binding and compare it with your routes ``` Purchase Request ```

you can rename your strategy, for example : ``` passport.use("local-admin", new LocalStrategy( function(username, password, done) { UserAdmin.findOne({ username: username }, function (err, user) { if (err) { return done(err); }...