-
We know Casbin is based on model and policy. But they are difficult for beginners to use and understand. Some terms like "User Management", "Role Management", "Permission Management" are more friendly…
-
We need to revive the old vulnerability testing that was originally implemented. This time we should be running scans against our http and grpc endpoints looking for any potential holes.
Also with…
-
Hi,
I belive sample code shoud be based on AsyncEnforcer not Enforcer.
e = casbin.AsyncEnforcer('path/to/model.conf', adapter)
with Enforcer I receive following error:
File "...venv/lib/py…
-
**Want to prioritize this issue? Try:**
[![issuehunt-to-marktext](https://github.com/BoostIO/issuehunt-materials/raw/master/v1/issuehunt-button-v1.svg)](https://issuehunt.io/r/casbin/casbin)
---…
-
PHP Fatal error: Uncaught Error: Call to a member function add() on null in /Users/yuanzhihai/Sites/local/webman/vendor/workerman/workerman/Connection/AsyncTcpConnection.php:213
Stack trace:
#0 /Us…
-
[PHP-Casbin](https://github.com/php-casbin/php-casbin) is an authorization library that supports models like ACL, RBAC, ABAC.
Related to RBAC, casbin has several advantages:
1. roles can be cascad…
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…
-
**Describe the bug**
In [RBAC doc](https://casbin.org/docs/rbac#role-hierarchy), we have following description:
> Casbin's RBAC supports RBAC1's role hierarchy feature
> ...
> For the built-in…
-
## Is your feature request related to a problem? Please describe.
Many RTOS platforms (e.g., FreeRTOS, AliOS Things, TencentOS-tiny, LiteOS) are implemented in C language. To integrate Casbin into …
-
Hi for my usage,I need to setup casbin with role hierarchy to avoid duplication beetwen domain.
## Example of policies
```
### Define global user role permissions
p, abstract_roles1, devis, re…