Add MSAL authentication integration and update routing for auth callbacks

This commit is contained in:
sumedh
2025-04-18 17:17:42 +05:30
parent e6e96b0d61
commit 6d3e61dbf7
6 changed files with 1706 additions and 751 deletions

View File

@@ -8,6 +8,7 @@
"lint": "eslint --fix . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@azure/msal-browser": "^4.9.1",
"@heroicons/vue": "^2.2.0",
"@matpool/vue-json-view": "^0.1.8",
"@primevue/themes": "^4.0.0",