RowinVanAmsterdam / dating-app-expanded

Repo for the Dating App
1 stars 0 forks source link

Store password safely #20

Open RowinVanAmsterdam opened 5 years ago

RowinVanAmsterdam commented 5 years ago

At the moment, the password is saved in mongodb without any protection. Packages like bcrypt will encrypt the password and it is worth using some protection.