Eric Luo

Results 706 comments of Eric Luo

@00LT00 is there any progress for this issue?

Hi @nikitabray , why don't use the Priority model? https://casbin.org/docs/en/priority-model

@Abingcbc can you provide the model and policy here?

@closetool @tangyang9464 can anyone take this?

Hi @weberr13 , 1. I don't know why you call `GetRolesForUser()` and enforce each role. Casbin RBAC will automatically check all direct and implicit roles for a user. It's more...

I think you are right. We will figure out how to support multiple matchers. The question here is how to use effect to merge the results from multiple matchers. Do...

A more general solution would be: ```ini [policy_effect] e = some(where (m.p.eft == allow)) && !some(where (m2.p.eft == allow)) [matchers] m = m2 = ``` Effect can be customized to...

OK. @nodece can you help implement this?