Multi-Tenancy with stancl/tenancy (v4-beta)

Hello everyone, I would like to build a system where I can use the ready-made functions of Filament (+ Multi-Tenancy) incl. stancl/tenancy (v4-beta). However, as a tenant initialization, I prefer to do this by cookie (internal reasons). Installing both in one project is not a problem, but Filament automatically redirects to {Panel-URL}/{tenant-ID} after login. Do you think this can be rewritten without much effort? In general, do you think it is a good idea to rewrite the logic of Filament to cookie initialization? Thank you in advance.
1 Reply
Matthew
Matthew4w ago
No, I don't think it is a good idea to try and rewrite central underpinning concepts. It might be fine, but usually its just a world of pain that is re-ignited potentially on every update.

Did you find this page helpful?