You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now we put the thin auth api key in the url - but ideally we support custom domains, or sub-domains.
One idea I had to support this is we can add "authDomain" to tenants, then for certain requests rather than requiring apiKey we can instead read the request domain and do a tenant lookup that way.