EasyAuth/README.md

26 lines
795 B
Markdown
Raw Normal View History

2019-10-25 06:56:44 +00:00
# Simple Authentication Mod
2020-01-04 21:33:51 +00:00
![License](https://img.shields.io/badge/License-MIT-brightgreen)
2020-03-06 14:19:55 +00:00
[![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)
2019-12-31 10:38:16 +00:00
2019-11-30 21:32:24 +00:00
Requires Fabric API.
## Setup
2020-04-05 18:23:33 +00:00
1. Clone the repository. Then run `./gradlew genSources`
2019-10-25 06:57:27 +00:00
2. Edit the code you want.
3. To build run the following command:
```
./gradlew build
```
## License
Libraries that the project is using:
2019-11-13 18:23:21 +00:00
- `Argon2 (LGPLv3)` https://github.com/phxql/argon2-jvm
- `leveldb (BSD-3-Clause)` https://github.com/google/leveldb
2019-12-30 19:19:53 +00:00
- `JNA (Apache 2 || LGPLv3)` https://github.com/java-native-access/jna
This project is licensed under the `MIT` license.