Filament::getTenant()
Does this also check if user has access or do you have to manually check?
2 Replies
I want to bump this post; I see a lot of people that use through their app, but I can't seem to find the check if the user actually still has access through the request; For example, when they have access to someone else's tenant id, can they manipulate the request?
getTenant
only gives the tenants model
I would guess getUserTenants()
and providing the user model should give tenants that user has access to