Expand description
Policy filtering logic.
Provides the Policy trait for determining which policies
should be enforced against the current user based on business rules.
Traitsยง
- Policy
- Defines the filtering behavior for a specific policy type.
- Policy
Filter - Extension trait that adds a
filtermethod to everyPolicy.