-
According to the [ABAC documentation](https://casbin.org/docs/abac) the enforcer should have a method called `enableAcceptJsonRequest` to support parsing the request properties as JSON strings. This f…
-
Make a RBAC & ABAC hybrid authorization middleware for Blitz, see: https://github.com/blitz-js/blitz/discussions/2116
Some other materials: https://blitzjs.com/docs/authorization
-
### Version
4.5.11
### Environment info
```
Environment Info:
System:
OS: Windows 10 10.0.19041
CPU: (4) x64 Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
Binaries:
…
-
### Describe the feature
Adding an option to the `[profile ...]` section of the config file, that allows the use of transitive tags during assume role chains.
```ini
[profile sso-user]
sso_sessi…
-
### Plugin Name
backstage-plugin-openfga
### 🔖 Feature description
Plugin shall collect permission resources from backstage (not clear how, need investigation) and create authorization model in Ope…
-
- [x] Add links to ACL, RBAC, ABAC in README.md
-
Please take a look at PolicyRuleManager::getRule() method.
I suppose it will be very usefull in some cases to make 2 steps authorization. Especially when using frameworks:
1) We need to check if use…
-
## Feature Suggestion
Congrats on the alpha milestone. We love where this is going. So we tested out the alpha search plugin with
plugin-search-backend on 0.2.1
plugin-search-backend-node on 0.2.…
-
-
[jCasbin](https://github.com/casbin/jcasbin) is an authorization library that supports models like ACL, RBAC, ABAC.
Related to RBAC, casbin has several advantages:
1. roles can be cascaded, aka ro…