jaredhanson / passport-local

Username and password authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local&utm_content=about
MIT License
2.73k stars 497 forks source link

Login Using passport local #167

Closed ObaidaAlhaasan closed 6 years ago

ObaidaAlhaasan commented 6 years ago

I'm working on a project and i used local strategy to login user it's working , but also i have login as a Doctor it's look good but if i checked req.isAuthenticated() it's give me false always , that's mean the Doctor Dose not logged in , thanks for any help .