You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have support to more complex multi-tenancy rules. Most of my models work nicely with tenant_id, but one table has additional is_public flag. So record can be accessed by user.id==record.tenant_id OR record.is_public==TRUE.
The text was updated successfully, but these errors were encountered:
It would be nice to have support to more complex multi-tenancy rules. Most of my models work nicely with tenant_id, but one table has additional is_public flag. So record can be accessed by user.id==record.tenant_id OR record.is_public==TRUE.
The text was updated successfully, but these errors were encountered: