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

Make a Vert.x middleware #105

Closed hsluoyz closed 3 years ago

hsluoyz commented 4 years ago

See: https://vertx.io/

I already made a PR here: https://github.com/vert-x3/vertx-auth/pull/215 , but the Vertx owners suggest we maintain the middleware in our own org, so we will put the code here: https://github.com/jcasbin/vertx-authz

We can refer to the code in the above PR and deliever a better vert.x middleware at: https://github.com/jcasbin/vertx-authz

hsluoyz commented 3 years ago

Done: https://github.com/jcasbin/vertx-authz