feat: implement authentication state management with Zustand and add request interceptor for JWT injection

This commit is contained in:
Your Name
2026-04-10 18:52:27 +05:30
parent c15a8b481b
commit 07bd221e77
4 changed files with 51 additions and 1 deletions
+2 -1
View File
@@ -27,7 +27,8 @@
"react-hook-form": "^7.72.1",
"react-router-dom": "^7.14.0",
"tailwindcss": "^4.2.2",
"zod": "^4.3.6"
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@biomejs/biome": "^2.4.11",