req.isAuthenticated() is always returning false
Hello, guys, I have an issue with Passportjs authentication. I have written a simple app to authenticate user login signup and logout using routes and passportjs. My last piece of code is setup to only allow user access to the contents of the main si...