fix: security hardening — SameSite=Strict, Secure cookie flag, password min length, generic registration error, auth rate limiting
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
DATABASE_URL=sqlite:./dev.db
|
||||
BASE_URL=http://localhost:3000
|
||||
PORT=3000
|
||||
SECURE_COOKIES=false
|
||||
JWT_SECRET=
|
||||
JWT_TTL_SECONDS=
|
||||
ALLOW_REGISTRATION=true
|
||||
|
||||
Reference in New Issue
Block a user