Added JWT decoding

This commit is contained in:
2023-12-19 19:20:14 -06:00
parent e42d285b1d
commit 9334bb6384
12 changed files with 410 additions and 21 deletions

View File

@@ -14,15 +14,18 @@
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@jobinsjp/vue3-datatable": "^1.0.15",
"@rushstack/eslint-patch": "^1.6.1",
"@vue/eslint-config-typescript": "^12.0.0",
"d3": "^7.8.5",
"jwt-decode": "^4.0.0",
"vue": "^3.3.4",
"vue-cookies": "^1.8.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/jwt-decode": "^3.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.56.0",
@@ -34,6 +37,7 @@
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mkcert": "^1.17.1",
"vue-tsc": "^1.8.16"
}
}