Lucas Gatsas

Results 11 comments of Lucas Gatsas

@mbrand1 `Error: Failed to serialize user into session ` i dont know, i tried, like your description: my AuthController.js ``` // oAuth beginning here facebook: function(req, res){ passport.authenticate('facebook')(req,res); }, facebookCallback:...