Passing profile datas without logging in
0x346e3730 opened this issue · 0 comments
0x346e3730 commented
Hello,
I'd like to know how could I pass datas to the failureRedirect route.
I'd like to do something like return done(null, false, { profile: profile });
and then use the profile on failureRedirect but it doesn't seems to work like that. Is it even possible ?
Cheers.