casbin-cpp
casbin-cpp copied to clipboard
An authorization library that supports access control models like ACL, RBAC, ABAC in C/C++
PosgreSQL is required by: https://github.com/casbin/casbin-cpp/issues/213 But I think first we need an ORM adapter to support most of common DBs. Some ORM libs I can find are: - https://github.com/rbock/sqlpp11 (2k...
Seems the casbin could be save the policies to the PostgreSQL via Go lang or Java, however, how to do it with C++? Are the any adapters?
part of: #209 add KeyGet(), KeyGet2() and KeyGet3() for built_in_functions
Part of: https://github.com/casbin/casbin/issues/1049 Command: ```bash mkdir build & cd build cmake .. -DCMAKE_BUILD_TYPE:STRING=Release -DINTENSIVE_BENCHMARK:BOOL=ON cmake --build . --config Release ``` Notes: 1. Without the support for `KeyMatch4` and `ABAC` model...
Casbin-cpp lacks some built-in functions. Is there any plan to support them all? I'm not sure if it's worthwhile to do so :( Function list: https://casbin.io/docs/function Supported functions in casbin-cpp:...
See: https://github.com/casbin/casbin/issues/1049 If Casbin-CPP has any difference in benchmark tests, align them to the Golang version.
### Description This error occurred when I tried to run a CMake project including casbin-cpp on Visual Studio2019. It seems that set_target_properties didn't recognize it after PREFIX was set to...
Casbin has a tradition to make authz middlewares for web frameworks of that language (see: https://github.com/casbin/casbin-rs/issues/93). We need to make some middlewares for the most popular C/C++ web frameworks (if...
See: https://github.com/casbin/casbin-cpp/issues/84#issuecomment-1015337364
See: https://github.com/casbin/pycasbin/issues/225