FilamentF
Filament14mo ago
Djomla

Do I need Multi Tenancy?

HI all,

I want to build application where admin can add Client/Organisation.
Each user can be part of just ONE Client/Organisation

Application main features:

Admin portal
  • Manage Client/Org. and users
  • Manage shared resources
  • User impersonate
Client/Org portal
  • Manage users and permissions
  • Manage resources for this Org
  • Use API based on token/key ( one key for Client/Org )
Question is, do I need multi tenancy with HasTenants or it should be implemented with something else?

Thanks in advance!
Was this page helpful?