feat(auth): add Zustand store for authentication management

- Implemented a Zustand store to manage authentication state.
- Added user information handling, including user roles and organization switching.
- Integrated toast notifications for user feedback on actions.
- Included initialization logic to check for local user and token.
This commit is contained in:
2026-02-22 01:18:28 +08:00
parent 8349e1ca4c
commit ce38fd6dad
4 changed files with 2913 additions and 7 deletions

View File

@@ -18,10 +18,10 @@
"license": "MIT",
"dependencies": {
"@base-ui/react": "^1.2.0",
"@kevisual/api": "^0.0.52",
"@kevisual/api": "^0.0.59",
"@kevisual/context": "^0.0.8",
"@kevisual/router": "0.0.83",
"@tanstack/react-router": "^1.161.3",
"@tanstack/react-router": "^1.161.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
@@ -33,7 +33,7 @@
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.1",
"react-hook-form": "^7.71.2",
"sonner": "^2.0.7",
"zustand": "^5.0.11"
},
@@ -44,8 +44,8 @@
"@kevisual/query": "0.0.49",
"@kevisual/types": "^0.0.12",
"@tailwindcss/vite": "^4.2.0",
"@tanstack/react-router-devtools": "^1.161.3",
"@tanstack/router-plugin": "^1.161.3",
"@tanstack/react-router-devtools": "^1.161.4",
"@tanstack/router-plugin": "^1.161.4",
"@types/node": "^25.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",