Storing & Fetching Tenants From A Database #2206
Unanswered
conradakunga
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use case where I would like to store the tenants, or at least the tenant ID, in a database. In other words, the tenants are not known in advance and essentially can self-provision.
My first idea was to have a separate database that would be used to register the tenants and then fetch and pass the IDs to this call:
Beta Was this translation helpful? Give feedback.
All reactions