Marvin Solano

Results 2 issues of Marvin Solano

The provided example is missing the user-not-found handler: ```js passport.use(new CustomStrategy( function(req, done) { User.findOne({ username: req.body.username }, function (err, user) { done(err, user); }); } )); ``` I understand...

Hello! I would like to be able to have a Frame in the canvas by default when Excalidraw renders on the page. Is it possible to start a canvas with...