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.
There may be other / better solutions as well.
The text was updated successfully, but these errors were encountered:
authDomain in tenants sounds like the correct solution for now.
For theming, could we have another JSON column themeConfig that will have only logoUrl. I'm thinking that theming should be pretty minimal here but could use the flexibility that JSON provides versus having it as a column.
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.
There may be other / better solutions as well.
The text was updated successfully, but these errors were encountered: