Add README

This commit is contained in:
2025-08-17 19:22:19 +02:00
parent 2ee58c2b0a
commit 8c96153752
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
This is a small scale forum website written in C. It's just a proof of concept.
+2 -1
View File
@@ -1,4 +1,5 @@
input validation to avoid XSS and injection input validation to avoid XSS and injection
only allow signup, login ecc over HTTPS only allow signup, login ecc over HTTPS
session expiration session expiration
mark cookies as secure mark cookies as secure
consider SameSite=Strict