X-TRON404 / MyPal-dev

dev environment of MyPal
https://mypal-7c455.web.app
MIT License
1 stars 0 forks source link

user passwords need to be hashed #20

Closed sanjaybaskaran01 closed 3 years ago

sanjaybaskaran01 commented 3 years ago

The way that it is currently hosted is that the usernames and passwords are stored as plaintexts but it is highly recommended that it is stored as hashed strings and we compare user's password with the hashed string in the DB to authorise and log the user in

sanjaybaskaran01 commented 3 years ago

Apologies, I just saw how firebase automatically encrypts/hashes the password with createUserWithEmailAndPassword method , reference.