Gate admin menu and authoring with shared JWT

This commit is contained in:
2026-08-15 09:29:08 +02:00
parent eeaa4138fa
commit 8f1f5a8743
16 changed files with 366 additions and 52 deletions
+4
View File
@@ -17,9 +17,11 @@
"test:e2e": "npm run build && playwright test"
},
"dependencies": {
"cookie-parser": "^1.4.7",
"cors": "2.8.5",
"dotenv": "16.5.0",
"express": "5.1.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "0.468.0",
"multer": "^2.2.0",
"pg": "8.16.3",
@@ -29,8 +31,10 @@
},
"devDependencies": {
"@playwright/test": "^1.62.1",
"@types/cookie-parser": "^1.4.9",
"@types/cors": "2.8.18",
"@types/express": "5.0.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/multer": "2.0.0",
"@types/node": "22.15.30",
"@types/pg": "8.15.4",