calvin-cs262-fall2023-teamA / client

2 stars 0 forks source link

Feature/hash password #71

Closed Aish-warya-Joshi closed 11 months ago

Aish-warya-Joshi commented 11 months ago

The password entered during sign-up is hashed to store in the database and is compared with the one entered during login.

Merging this branch would mean only the accounts with hashed passwords will work and the previous accounts will not work. All the accounts will need updated (hashed) passwords in the database or we will need to create new accounts.