apioo / fusio

Open source API management platform

Home Page:https://www.fusio-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi tenancy

chriskapp opened this issue · comments

We should try to add a multi tenancy feature so that it is possible to serve multiple customers from the same Fusio installation. This means we need to separate all database entries based on a tenant id so that each customer is completely separated. This feature is optional but has the advantage that a user can run a single large Fusio installation to serve different customers.

This is implemented and will be released with the next 5.0 version.