https://github.com/azuriom/azauth
A Java implementation of the Azuriom Auth API.
https://github.com/azuriom/azauth
azuriom cms minecraft
Last synced: about 1 year 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T15:46:19.000Z (about 2 years ago)
- Last Synced: 2024-05-09T16:55:34.269Z (about 2 years 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
[](https://github.com/Azuriom/AzAuth/actions/workflows/build.yml)
[](https://search.maven.org/search?q=g:%22com.azuriom%22%20AND%20a:%22azauth%22)
[](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.