You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using JWT to authenticate users from my app, and everything works as expected…. except if the password contains a “ in it. Having a quote in the password returns an error saying the username or password is incorrect.
Is there anything that can fix this other than having the user change their password?
Expected Behavior
The same password that a user has on my wordpress site should work for JWT authentication.
Current Behavior
Having a quote in the password returns an error saying the username or password is incorrect.
The text was updated successfully, but these errors were encountered:
Passwords with special character fail login
Context
I’m using JWT to authenticate users from my app, and everything works as expected…. except if the password contains a “ in it. Having a quote in the password returns an error saying the username or password is incorrect.
Is there anything that can fix this other than having the user change their password?
Expected Behavior
The same password that a user has on my wordpress site should work for JWT authentication.
Current Behavior
Having a quote in the password returns an error saying the username or password is incorrect.
The text was updated successfully, but these errors were encountered: