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
Per security practices, you should not send the real password nor its hash to the client side. Send the user-entered plain password through an SSL connection to the server, and do the validation there.
I'm creating an app with cord. I need to verify a password that was generated by the php password_hash.
How do you install it on the cordova?
The text was updated successfully, but these errors were encountered: