Register, Login, and Logout

This commit is contained in:
2026-05-13 19:27:59 -04:00
parent f591bdffb5
commit 86f94b7bf3
23 changed files with 737 additions and 25 deletions
+3
View File
@@ -17,13 +17,16 @@
"wprod": "set NODE_ENV=prod&& nodemon index.js"
},
"dependencies": {
"argon2": "^0.44.0",
"connect-session-sequelize": "^8.0.6",
"cookie-parser": "^1.4.7",
"csrf-sync": "^4.2.1",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-handlebars": "^9.0.1",
"express-session": "^1.19.0",
"helmet": "^8.1.0",
"joi": "^18.2.1",
"nodemon": "^3.1.14",
"sequelize": "^6.37.8",
"sqlite3": "^6.0.1"