📄️ Basic Checks
There are many ways to use the permit.check() function within permit to enforce permissions. This can depend on the policy
📄️ Bulk Check
To perform bulk permission checks, the permit.BulkCheck function can be leveraged.
📄️ Check in All Tenants
To validate permissions irrespective of the tenant, you can use the permit.AllTenantsCheck function.
📄️ Data Filtering
Implementing data filtering within access control represents a different approach to managing permissions.
📄️ Get user permissions
To get all user permissions irrespective of the tenant, you can use the permit.GetUserPermissions function.