You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ Server starts at `http://localhost:4000` by default.
19
19
- On first start, seed data is inserted for users, spots, catalog items, and a sample order.
20
20
- New orders are validated against DB data (known `spotId`, `userId`, `productId`) and item pricing is always derived from catalog prices in the database.
21
21
22
+
### Issue #28: Secure credential storage and verification
23
+
24
+
- Passwords are stored as salted `scrypt` hashes (not plaintext).
25
+
- Legacy plaintext user passwords are auto-migrated to hashed values on successful login.
0 commit comments