Refactor Auth to breakout functions in TokenManager, handle token generation for OIDC

This commit is contained in:
advplyr
2025-07-06 16:43:03 -05:00
parent e24eaab3f1
commit 97afd22f81
6 changed files with 603 additions and 473 deletions
+1
View File
@@ -304,6 +304,7 @@ export default {
}
},
async mounted() {
// Token passed as query parameter after successful oidc login
if (this.$route.query?.setToken) {
localStorage.setItem('token', this.$route.query.setToken)
}