casbin / casbin-cpp

An authorization library that supports access control models like ACL, RBAC, ABAC in C/C++

Home Page:https://casbin.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate with mosquitto

bigcat26 opened this issue · comments

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.

@bigcat26 I think we can do it based on mosquitto team's response: eclipse/mosquitto#2100