Skip to content

Water-Flow/AzuriomAzAuth

 
 

Repository files navigation

AzAuth

Java CI Code QL Maven Central Chat

A Java implementation of the Azuriom Auth API.

Installation

Maven

<dependencies>
    <dependency>
        <groupId>com.azuriom</groupId>
        <artifactId>azauth</artifactId>
        <version>1.0.0</version>
    </dependency>
</dependencies>

Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation 'com.azuriom:azauth:1.0.0'
}

Usage

You can find how to use AzAuth on our documentation.

Dependencies

AzAuth uses Google Gson to deserialize Json.

About

A Java implementation of the Azuriom Auth API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%