feat(web): use user store and auth service to handle logging in and persistenting user state

This commit is contained in:
Stevan Freeborn
2026-02-21 07:32:28 -06:00
parent 1c3de212ff
commit 9042cd4ead
6 changed files with 141 additions and 117 deletions
+1
View File
@@ -19,6 +19,7 @@
"dependencies": {
"jwt-decode": "^4.0.0",
"pinia": "^3.0.4",
"ts-results": "^3.3.0",
"vue": "beta",
"vue-router": "^5.0.2"
},