Gate admin menu and authoring with shared JWT
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user