jaredhanson/passport-local

Login Using passport local

ObaidaAlhaasan opened this issue · 0 comments

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 .