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

Missing built-in function `keyMatch3` and `keyMatch4` #89

Closed quytm-teko closed 4 years ago

quytm-teko commented 4 years ago

https://github.com/casbin/jcasbin/blob/c8f092320a67e376bbb906a1741aa01335583f13/src/main/java/org/casbin/jcasbin/model/FunctionMap.java#L47

FunctionMap is out-of-date, please add missing built-in functions keyMatch3 and keyMatch4.

Thanks! ^^

hsluoyz commented 4 years ago

@tldyl please take this issue to work on.

hsluoyz commented 4 years ago

@tldyl PR merged, can you make a new release?