Description
Refactor auth-config mixin and auth store to have separated logic for each providers, as well as containing logic in the same place.
Possibly convert to TS and add further unit tests as done for #12477
Rewrite also BASE_SCOPES definitions after identifying all the use cases
Description
Refactor
auth-configmixin andauthstore to have separated logic for each providers, as well as containing logic in the same place.Possibly convert to TS and add further unit tests as done for #12477
Rewrite also
BASE_SCOPESdefinitions after identifying all the use cases