Adam Jones
Results
1
issues of
Adam Jones
I am using Krakenjs >1.0 router.get('/dropbox/callback', passport.authenticate('dropbox', { failureRedirect: '/auth' }), function(req, res) { res.redirect('/home'); }); Even though the authentication is successful, and I am able to load the profile...