Add password hashing

This commit is contained in:
2025-08-17 10:40:09 +02:00
parent 0e29910197
commit 2196ef06eb
15 changed files with 97 additions and 986 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
bcrypt passwords
session management using proper random tokens
CSRF protection
input validation to avoid XSS and injection
input validation to avoid XSS and injection
only allow signup, login ecc over HTTPS