absent-sapphire
absent-sapphire2w ago

Is multi tenancy only available on the enterprise edition?

Or is it posssible at all to use it in the open source version as well? It's not at all clear from the docs: https://refine.dev/docs/guides-concepts/multitenancy/?utm_source=chatgpt.com#what-is-multitenancy
Multitenancy | Refine
Refine's architecture allows you to customize your app's data providers, access control and routing to support multi tenant features easily. This guide will provide you with a high level overview of the concepts and how to implement them. To see multi tenant app examples, check out the Examples section.
2 Replies
kapa.ai
kapa.ai2w ago
Hi @adeola13.. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Multitenancy in Refine is a feature that is primarily available in the Enterprise Edition. The official documentation and code examples for implementing multitenancy—such as the use of the multitenancyProvider, WithTenant component, and related hooks—are all part of the @refinedev/enterprise and @refinedev/multitenancy packages, which require the Enterprise Edition and a special registry token for installation. The documentation explicitly states that these features are included in the Enterprise Edition and provides installation instructions that reference the enterprise registry and authentication token requirements Enterprise Multitenancy Docs Implementing Multitenancy in Refine. While the open source documentation describes the concept of multitenancy and its benefits, all practical implementation guides and code samples for multitenancy reference the Enterprise Edition packages. There is no evidence in the provided knowledge sources that a full-featured, out-of-the-box multitenancy solution (with context, hooks, and components) is available in the open source version. Summary:
- Multitenancy support (with pre-built components, hooks, and provider) is only available in the Refine Enterprise Edition. - The open source version does not provide these enterprise multitenancy features out of the box Enterprise Multitenancy Docs Implementing Multitenancy in Refine. If you need multitenancy, you will need to use the Enterprise Edition. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2w ago
<@1021820587619922021> Kapa.ai is still learning and improving, please let me know how I did by reacting below.

Did you find this page helpful?