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

Add batchEnforce() API for jCasbin #187

Closed hsluoyz closed 3 years ago

hsluoyz commented 3 years ago

Required in: https://github.com/casbin/jcasbin/issues/185#issuecomment-831947838 by @imochurad

See how Golang implemented it: https://github.com/casbin/casbin/search?q=batchEnforce&type=issues , Java can use a similar way.

imochurad commented 3 years ago

I would like to know a rough idea of when to expect this feature. Time is of the essence for me. And I will be either rolling out my own authorization framework or adopting jcasbin if this feature is complete and bug-free.

hsluoyz commented 3 years ago

@shy1st @shink can you implement this feature ASAP?

hsluoyz commented 3 years ago

@imochurad added: https://github.com/casbin/jcasbin/pull/188