started integrating auth with lucia

This commit is contained in:
Milo Schwartz
2024-10-01 20:48:03 -04:00
parent a33a8d7367
commit fc5dca136f
20 changed files with 1341 additions and 61 deletions

View File

@@ -12,12 +12,16 @@
"start": "ENVIRONMENT=prod node dist/server/index.js"
},
"dependencies": {
"@lucia-auth/adapter-drizzle": "1.1.0",
"@node-rs/argon2": "1.8.3",
"axios": "1.7.7",
"better-sqlite3": "11.3.0",
"cors": "2.8.5",
"drizzle-orm": "0.33.0",
"express": "4.21.0",
"helmet": "7.1.0",
"http-errors": "2.0.0",
"lucia": "3.2.0",
"next": "14.2.13",
"react": "^18",
"react-dom": "^18",