cool, should solve this problem. Is there any roadmap for this ?
p
pdow
02/28/2023, 1:06 PM
Or, if N is constant, you could define N static relationships and then do an intersection of them
`relation link_1: some_resource_type`and then do
permission allowed = link_1 & link_2 & link_3
etc.
I'd like to know myself, we've had a use-case for this for a long time but had to end up implementing it in our own middleware (just doing multiple permission checks and requiring them all to pass)