Continuous Redirecting To Login Page Using Passport Node.js
I am using node.js, express and passport and am having a continuous redirect to the login page. The strange thing is that the application is validating the user/passport, but then
Solution 1:
I don't know Passport very well but it appears to me that passport.authenticate is failing on GET requests whilst passing on POST requests. Check to ensure you are passing the correct arguments in the GET request.
Post a Comment for "Continuous Redirecting To Login Page Using Passport Node.js"