~question
Thanks to such a great team for making casbin! I am still new to using Casbin and RBAC access control models. I have some questions to ask:
In the official documentation RBAC model mentions:
- If A has role B, B has role C, then A has role C. This transitivity is infinite for now.
I want to ask:
- Can this situation be simulated using casbin? can you provide a example ~
- How does Casbin's RBAC model resolve policy conflicts, can you give an example to explain it? Or suggest what document or source code should I read?
Thanks!
~question
Thanks to such a great team for making casbin! I am still new to using Casbin and RBAC access control models. I have some questions to ask:
In the official documentation RBAC model mentions:
I want to ask:
Thanks!