Passport Returning "missing Credentials" Error
Newbie here... I'm working on a password reset form so I'm only passing an email in my POST form. I'm getting a Missing credentials error msg and I'm not even getting to the stra
Solution 1:
Turns out when I use LocalStrategy I need to provide both a usernameField AND a passwordField. Since I'm not actually using that passwordField value I pass any non-blank value and simply ignore it.
Post a Comment for "Passport Returning "missing Credentials" Error"