Bestagons / quack

An app that increases the quality of life of Emory students by adding value to the experience of getting food at dining halls on campus.
https://quack-app.github.io/
MIT License
5 stars 2 forks source link

Password hash #185

Closed DDVD233 closed 2 years ago

DDVD233 commented 2 years ago

For new users, only salted password hash is stored in the database.

For old users, they can still log in. The backend has backward compatibility with plain passwords in the database.