casbin / jcasbin

An authorization library that supports access control models like ACL, RBAC, ABAC in Java

Home Page:https://casbin.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Implement WatcherEx

imp2002 opened this issue · comments

commented

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