Closed dannycedrone closed 1 week ago
Currently, passwords are stored directly in the database as strings, which poses a security risk. Instead, a hash should be computed using the password string and a salt value.
Priority: High Status: To-Do Timeline: Due by beta release (November 14)
Encryption handled in server/src/controllers/auth.ts
Currently, passwords are stored directly in the database as strings, which poses a security risk. Instead, a hash should be computed using the password string and a salt value.
Priority: High Status: To-Do Timeline: Due by beta release (November 14)