Multi-tenancy: Remove tenant identifier from URL and use a field on the User model instead.
Is it possible to remove all tenant identifying information from the URL and resolves my tenant from the 'currentTeam' prop on my User model?
6 Replies
Remove multitenancy.... and just scope your models and add filters to the table.
I guess yeah
I'd also like my app to be at the root, but i'm not sure that's possible
What do you mean
as in filament as the root?
Yeah
just set path("")