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
Currently if I create a client, the client ties to a token. This isn't ideal for a multi-tenant system where I have to create a new client for each request as the token is gonna be different.
A better way is to reuse the client for different tokens coming from different tenants.
The text was updated successfully, but these errors were encountered:
Currently if I create a client, the client ties to a token. This isn't ideal for a multi-tenant system where I have to create a new client for each request as the token is gonna be different.
A better way is to reuse the client for different tokens coming from different tenants.
The text was updated successfully, but these errors were encountered: