Add authentication system with login, password reset, and member area

This commit is contained in:
Torsten Schulz (local)
2025-10-21 11:23:06 +02:00
parent 4dc07b7b25
commit 2b249577a7
17 changed files with 1080 additions and 2 deletions

View File

@@ -13,6 +13,8 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^7.0.9",
"nuxt": "^3.11.0",
"vue": "^3.4.0"