Passport local returns error 400 bad request with Angular
I am trying to integrate passport to my code’s login form. Client side calling server side works as it should until i call passport.authenticate in the request, 400 Bad Request was returned. What am I …