Advertisement
shriek

pp

Aug 29th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     var passportShit = app.post('/signup', passport.authenticate('local-signup', {
  2.         successRedirect : '/profile', // redirect to the secure profile section
  3.         failureRedirect : '/signup', // redirect back to the signup page if there is an error
  4.         failureFlash : true // allow flash messages
  5.     }));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement