Optional tenancy registration
Is it possible to have tenancy optional?
So it is not required to belong to a tenant.
3 Replies
Or better maybe, to be able to exclude certain pages/resources from tenancy
Hey @pboivin ! As far as I have seen it is not really possible as all routes are wrapped with the tenancy route argument.
That means that there should always be a tenant attached to a logged in user. Might dig deeper later, but for now I have just implemented some redirects for users that do not attach to a specific tenant.