casbin / casbin-cpp

An authorization library that supports access control models like ACL, RBAC, ABAC in C/C++
https://casbin.org
Apache License 2.0
222 stars 61 forks source link

Integrate with mosquitto #79

Open bigcat26 opened 3 years ago

bigcat26 commented 3 years ago

Currently, I'm using mosquitto with it's own ACL module dynamic security plugin, but it was complex designed (such as groups & roles, priority id), and resource(topic) group was not supported.

If we can integrate mosquitto dynsec plugin with casbin, that would be great.

hsluoyz commented 3 years ago

@bigcat26 I think we can do it based on mosquitto team's response: https://github.com/eclipse/mosquitto/issues/2100

bigcat26 commented 3 years ago

OK

hsluoyz commented 3 years ago

@EmperorYP7