Open tawfiknasser opened 1 year ago
In users table, the password must be hashed instead of plain text.
users
https://github.com/WebAhead-cs2/caps-look-api/blob/dev/database/data/01-mockData.sql
hash these password and replace them.
**Notice that this bug is breaking the app! so it is critical
In
users
table, the password must be hashed instead of plain text.https://github.com/WebAhead-cs2/caps-look-api/blob/dev/database/data/01-mockData.sql
hash these password and replace them.
**Notice that this bug is breaking the app! so it is critical