How do I switch organizations when using @auth0/auth0-vue

Hi @jgleason!

While you won’t be able to use multiple orgs at once, you could look into “switching” orgs by doing silent auth and including the organization param. You need to make another /authorize request with the new org_id in order to specify the “new” org. While I haven’t attempted this using the vue SDK myself, the following topic may be useful:

Let us know if you’re able to make any progress!