Skip to content

quarkiverse/quarkus-openfga-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

21e1ceb · Feb 24, 2024
Feb 24, 2024
Apr 26, 2023
Feb 24, 2024
Apr 26, 2023
Apr 26, 2023
Apr 26, 2023
Jul 14, 2023
Aug 28, 2022
Aug 28, 2022
Jul 14, 2023
Feb 24, 2024

Repository files navigation

Quarkus OpenFGA Client

All Contributors

Version Build

Overview

The Quarkus OpenFGA Client extension provides a reactive client for accessing OpenFGA instances. Additionally, it is the client that powers the Quarkus Zanzibar - OpenFGA Connector to provide Find Grained Authorization for Quarkus applications.

Documentation

The documentation for this extension can be found here.

Installation

Dependency

Add the quarkus-openfga-client extension to your Quarkus project in your pom.xml for Maven or build.gradle(.kts) for Gradle.

Maven

<dependency>
    <groupId>io.quarkiverse.openfga</groupId>
    <artifactId>quarkus-openfga-client</artifactId>
    <version>${openfga.version}</version>
</dependency>

Gradle

implementation("io.quarkiverse.openfga:quarkus-openfga-client:${openfga.version}")

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Kevin Wooten
Kevin Wooten

💻 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!