Did more stuff than I even wanna write. Notably:

- Auth/account management
- Navigation system
- Admin views for LOA stuff
This commit is contained in:
2025-09-18 20:33:19 -04:00
parent 4fcd485e75
commit f708349a99
20 changed files with 2139 additions and 85 deletions

View File

@@ -10,10 +10,14 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"connect-sqlite3": "^0.9.16",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"express-session": "^1.18.2",
"mariadb": "^3.4.5",
"mysql2": "^3.14.3"
"mysql2": "^3.14.3",
"passport": "^0.7.0",
"passport-openidconnect": "^0.1.2"
}
}