Vertx RBAC authorization middleware based on jCasbin

Clone this repo:

Branches

  1. 8b8d1ca feat: improve README (#8) by YunShu · 1 year, 7 months ago master v1.1.0
  2. eea40fa feat: remove custom Maven script to fix CI error (#10) by Liao Xin · 1 year, 7 months ago v1.0.0
  3. 5d61498 feat: fix pom.xml to fix CI for publishing to https://central.sonatype.com (#9) by Liao Xin · 1 year, 7 months ago
  4. 458d393 fix: update node version (#7) by YunShu · 2 years, 10 months ago
  5. 3e16717 docs: replace gitter links with discord (#6) by YunShu · 2 years, 10 months ago

jcasbin-vertx-plugin

codebeat badge GitHub Actions codecov Javadocs Maven Central Release Discord

jcasbin-vertx-plugin is an authorization middleware based on jCasbin for Vert.x

Installation

For Maven:

<dependency>
  <groupId>org.casbin</groupId>
  <artifactId>vertx-authz</artifactId>
  <version>${version}</version>
</dependency>

Getting Help

License

This project is under Apache 2.0 License. See the LICENSE file for the full license text.