blaze
blaze copied to clipboard
Support Multitenancy
We like to support the use-case were multiple tenants store their data into one Blaze instance but like to access it separately.
We need:
- authentication - we already have OpenID Connect but some machine-to-machine authentication would be useful
- a way to assign resources to tenants - could be done by using Meta.source
- a way to filter the database value by tenant - could be done by using Meta.source
Hi @alexanderkiel, was this request completed and merged?