EasyAuth/README.md

21 lines
391 B
Markdown
Raw Normal View History

2019-10-25 06:56:44 +00:00
# Simple Authentication Mod
2019-11-30 21:32:24 +00:00
Requires Fabric API.
## Setup
2019-11-30 21:32:24 +00:00
1. Clone the repository.
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
- `JDBC (Apache 2)` https://github.com/xerial/sqlite-jdbc
This project is licensed under the `MIT` license.