Implement in
function with a special syntax to be used in authorization rules
#81
Labels
in
function with a special syntax to be used in authorization rules
#81
Implement
in
function with a special syntax to be used in authorization rulesThis will be very handy in writing rules like
allow UPDATE Product if in self.products
instead of writing a specific function for this rule likeallow UPDATE Product if fns.productInSelfProducts
The text was updated successfully, but these errors were encountered: