mhdsysy / appointment-scheduler-for-small-businesses

0 stars 0 forks source link

Task 10.1.1: Implement Password Hashing #429

Open mhdsysy opened 3 hours ago

mhdsysy commented 3 hours ago

Use bcrypt or similar library to hash user passwords before storing them.

mhdsysy commented 3 hours ago

Depends On #428