passport / discuss

A forum for discussing topics related to the usage of Passport.js.
1 stars 0 forks source link

Sign in as user and sign in as organization #45

Open niravasher opened 4 years ago

niravasher commented 4 years ago

Hi, I am building an app which requires register and login for user as well as org. I am using node js passport - local strategy for the same.

Here is my app.js file Screenshot from 2020-06-08 01-20-14

Here is my passport.js file Screenshot from 2020-06-08 01-24-21

Here is my post request for login form. Screenshot from 2020-06-08 01-25-41

I am able to login with user but not with organization?