I\'m trying to establish a login mechanism using node.js, express and passport.js. The Login itself works quite nice, also sessions are stored nicely with redis but I do hav
Easiest (and properly) way to achieve this is setting failureRedirect and successRedirect options.