start on migrating from Supabase to local Postgress, and passport.js for auth because CORS

This commit is contained in:
2025-11-19 14:10:14 -08:00
parent 593c33c977
commit e8b651929e
17 changed files with 1852 additions and 164 deletions

View File

@@ -18,6 +18,7 @@
"cookie-parser": "^1.4.7",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"multer": "^2.0.2",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
@@ -37,6 +38,7 @@
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.5",
"@types/jsonwebtoken": "^9.0.10",
"@types/multer": "^2.0.0",
"@types/node": "^24.10.1",
"@types/passport": "^1.0.17",
"@types/passport-jwt": "^4.0.1",