Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to install on the cordova? #120

Open
tiagocaus opened this issue Sep 8, 2020 · 1 comment
Open

Is it possible to install on the cordova? #120

tiagocaus opened this issue Sep 8, 2020 · 1 comment

Comments

@tiagocaus
Copy link

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?

@tolgaatam
Copy link

tolgaatam commented Jun 3, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants