I\'m using Express and Passport OpenID Google strategy and I would like to set returnURL on each auth request to be able to return to the page that initiated that auth.
Try res.redirect('back'); in the callback for passport.authenticate
res.redirect('back');
passport.authenticate