casbin / jcasbin

An authorization library that supports access control models like ACL, RBAC, ABAC in Java
https://casbin.org
Apache License 2.0
2.4k stars 464 forks source link

feat: sync conditional roles to regular roles to fix ConditionalRoleManager bug #410

Closed liewstar closed 3 months ago

liewstar commented 3 months ago

Fix: https://github.com/casbin/jcasbin/issues/405

fix: #405 synchronize the roles that require conditions to the common roles

casbin-bot commented 3 months ago

@tangyang9464 @imp2002 please review