Skip to content

Commit

Permalink
feat: update README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
liewstar authored Oct 5, 2024
1 parent d2ea95f commit a2466a3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# kafka-casbin
![License](https://img.shields.io/github/license/jcasbin/kafka-casbin)
[![Maven Central](https://img.shields.io/maven-central/v/org.casbin/kafka-casbin.svg)](https://central.sonatype.com/artifact/org.casbin/kafka-casbin)

[Kafka](https://kafka.apache.org) authorization plugin based on Casbin.

## Installation

```
git clone https://github.com/jcasbin/kafka-casbin.git
``` xml
<dependency>
<groupId>org.casbin</groupId>
<artifactId>kafka-casbin</artifactId>
<version>1.0.0</version>
</dependency>
```
## Simple Example

Expand Down

0 comments on commit a2466a3

Please sign in to comment.