Replace composable with Pinia store for persistent auth state

This commit is contained in:
Torsten Schulz (local)
2025-10-21 14:19:30 +02:00
parent a0e5edeb95
commit 8eb134a56e
10 changed files with 137 additions and 69 deletions

View File

@@ -13,10 +13,12 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@pinia/nuxt": "^0.11.2",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^7.0.9",
"nuxt": "^4.1.3",
"pinia": "^3.0.3",
"vue": "^3.5.22"
},
"devDependencies": {