EasyAuth/README.md

26 lines
795 B
Markdown

# Simple Authentication Mod
![License](https://img.shields.io/badge/License-MIT-brightgreen)
[![Curseforge downloads](http://cf.way2muchnoise.eu/full_simpleauth_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/simpleauth)
![Gradle Build](https://github.com/samolego/SimpleAuth/workflows/Gradle%20Build/badge.svg)
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.