Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azuriom/azauth
A Java implementation of the Azuriom Auth API.
https://github.com/azuriom/azauth
azuriom cms minecraft
Last synced: 3 months ago
JSON representation
A Java implementation of the Azuriom Auth API.
- Host: GitHub
- URL: https://github.com/azuriom/azauth
- Owner: Azuriom
- License: mit
- Created: 2020-01-09T17:21:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T15:46:19.000Z (9 months ago)
- Last Synced: 2024-05-09T16:55:34.269Z (9 months ago)
- Topics: azuriom, cms, minecraft
- Language: Java
- Homepage: https://azuriom.com/docs/api-auth
- Size: 181 KB
- Stars: 5
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AzAuth
[![Java CI](https://img.shields.io/github/actions/workflow/status/Azuriom/AzAuth/build.yml?branch=master&style=flat-square)](https://github.com/Azuriom/AzAuth/actions/workflows/build.yml)
[![Maven Central](https://img.shields.io/maven-central/v/com.azuriom/azauth.svg?label=Maven%20Central&style=flat-square)](https://search.maven.org/search?q=g:%22com.azuriom%22%20AND%20a:%22azauth%22)
[![Chat](https://img.shields.io/discord/625774284823986183?color=5865f2&label=Discord&logo=discord&logoColor=fff&style=flat-square)](https://azuriom.com/discord)A Java implementation of the Azuriom Auth API.
## Installation
### Maven
```xml
com.azuriom
azauth
1.0.0
```
### Gradle
```groovy
repositories {
mavenCentral()
}dependencies {
implementation 'com.azuriom:azauth:1.0.0'
}
```## Usage
You can find how to use AzAuth on our [documentation](https://azuriom.com/docs/api-auth).
## Dependencies
AzAuth uses [Google Gson](https://github.com/google/gson) to deserialize Json.