casbin / jcasbin

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

[Feature] Implement WatcherEx #340

Closed imp2002 closed 1 year ago

imp2002 commented 1 year ago

No WatcherEx has been implemented for jCasbin.

Ref: https://casbin.org/zh/docs/watchers#watcherex

Implemented for Go-Casbin can be used as a reference: https://github.com/casbin/redis-watcher https://github.com/IguteChung/casbin-psql-watcher image

casbin-bot commented 1 year ago

@tangyang9464 @imp2002

hsluoyz commented 1 year ago

@PokIsemaine