forked from sorceress/EasyAuth
21 lines
391 B
Markdown
21 lines
391 B
Markdown
# Simple Authentication Mod
|
|
|
|
Requires Fabric API.
|
|
|
|
## Setup
|
|
|
|
1. Clone the repository.
|
|
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
|
|
- `JDBC (Apache 2)` https://github.com/xerial/sqlite-jdbc
|
|
|
|
This project is licensed under the `MIT` license.
|