Refactor Auth to breakout functions in TokenManager, handle token generation for OIDC
Some checks failed
Run Component Tests / Run Component Tests (push) Waiting to run
Integration Test / build and test (push) Waiting to run
Run Unit Tests / Run Unit Tests (push) Waiting to run
Verify all i18n files are alphabetized / update_translations (push) Has been cancelled

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

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)
}