Implement `in` function with a special syntax to be used in authorization rules
anasbarg opened this issue · 0 comments
anasbarg commented
Implement in
function with a special syntax to be used in authorization rules
This will be very handy in writing rules like allow UPDATE Product if in self.products
instead of writing a specific function for this rule like allow UPDATE Product if fns.productInSelfProducts