feat: add jwt token handler

This commit is contained in:
julius 2025-03-11 10:34:18 +01:00
parent 1773a9885a
commit 92a98064e5
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -10,6 +10,7 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"jwt-decode": "^4.0.0",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"react-sortablejs": "^6.1.4", "react-sortablejs": "^6.1.4",