Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jcasbin/vertx-authz
- Owner: jcasbin
- License: apache-2.0
- Created: 2018-05-09T08:49:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T14:29:41.000Z (over 1 year ago)
- Last Synced: 2023-07-08T15:27:20.181Z (over 1 year ago)
- Topics: abac, access-control, acl, auth, authorization, authz, casbin, jcasbin, rbac, vertx
- Language: Batchfile
- Homepage: https://github.com/casbin/jcasbin/
- Size: 69.3 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.