fix(auth): correct local cookie security configuration

This commit is contained in:
Schubert Ferenc 2026-07-11 15:50:15 +02:00
parent b584e60273
commit 155fdbb16a
67 changed files with 1003 additions and 62 deletions

View file

@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test:auth": "node --test tests/auth-cookie.test.mjs"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
@ -31,4 +32,3 @@
"typescript": "^5.8.3"
}
}