Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Vertx RBAC authorization middleware based on jCasbin
https://github.com/jcasbin/vertx-authz

abac access-control acl auth authorization authz casbin jcasbin rbac vertx

Last synced: about 2 months ago
JSON representation

Vertx RBAC authorization middleware based on jCasbin

Awesome Lists containing this project

README

        

# jcasbin-vertx-plugin

[![codebeat badge](https://codebeat.co/badges/8b0e8982-7b3d-47d5-b774-5af9c29383df)](https://codebeat.co/projects/github-com-jcasbin-vertx-authz-master)
[![GitHub Actions](https://github.com/jcasbin/vertx-authz/workflows/build/badge.svg)](https://github.com/jcasbin/vertx-authz/actions)
[![codecov](https://codecov.io/gh/jcasbin/vertx-authz/branch/master/graph/badge.svg?token=7nzieLLEUn)](https://codecov.io/gh/jcasbin/vertx-authz)
[![Javadocs](https://www.javadoc.io/badge/org.casbin/vertx-authz.svg)](https://www.javadoc.io/doc/org.casbin/vertx-authz)
[![Maven Central](https://img.shields.io/maven-central/v/org.casbin/vertx-authz.svg)](https://mvnrepository.com/artifact/org.casbin/vertx-authz/latest)
[![Release](https://img.shields.io/github/release/jcasbin/vertx-authz.svg)](https://github.com/jcasbin/vertx-authz/releases/latest)
[![Discord](https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2)](https://discord.gg/S5UjpzGZjN)

jcasbin-vertx-plugin is an authorization middleware based on [jCasbin](https://github.com/casbin/jcasbin) for [Vert.x](https://vertx.io/)

## Installation

For Maven:

```xml

org.casbin
vertx-authz
${version}

```

## Getting Help

- [jCasbin](https://github.com/casbin/jcasbin)

## License

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