2019-10-25 06:56:44 +00:00
|
|
|
# Simple Authentication Mod
|
2019-10-24 20:13:52 +00:00
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
2019-11-13 18:16:15 +00:00
|
|
|
1. Clone the repository. Run the following commands:
|
|
|
|
```
|
|
|
|
./gradlew genSources
|
|
|
|
./gradlew idea
|
|
|
|
```
|
2019-10-25 06:57:27 +00:00
|
|
|
2. Edit the code you want.
|
|
|
|
3. To build run the following command:
|
2019-10-24 20:13:52 +00:00
|
|
|
|
|
|
|
```
|
2019-11-05 19:24:58 +00:00
|
|
|
./gradlew build
|
2019-10-24 20:13:52 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## License
|
2019-11-13 18:16:15 +00:00
|
|
|
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
|
2019-10-24 20:13:52 +00:00
|
|
|
|
2019-11-13 18:16:15 +00:00
|
|
|
This project is licensed under the `MIT` license.
|