# Simple Authentication Mod ![License](https://img.shields.io/github/license/samolego/simpleauth.svg) ![Gradle Build](https://github.com/samolego/SimpleAuth/workflows/Gradle%20Build/badge.svg) ![Version](https://img.shields.io/github/v/tag/samolego/SimpleAuth.svg?label=version) ![Issues](https://img.shields.io/github/issues/samolego/simpleauth.svg) [![Curseforge downloads](http://cf.way2muchnoise.eu/full_simpleauth_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/simpleauth) Requires Fabric API. ## Setup 1. Clone the repository. Then run `./gradlew genSources` 2. Edit the code you want. 3. To build run the following command: ``` ./gradlew build ``` ## License Libraries that the project is using: - `Argon2 (LGPLv3)` https://github.com/phxql/argon2-jvm - `leveldb (BSD-3-Clause)` https://github.com/google/leveldb - `JNA (Apache 2 || LGPLv3)` https://github.com/java-native-access/jna This project is licensed under the `MIT` license.