forked from sorceress/EasyAuth
47fd0cb0fb
Removed commented old code |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
gradle/wrapper | ||
src/main | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |
README.md
Simple Authentication Mod
Setup
- Clone the repository. Run the following commands:
./gradlew genSources
./gradlew idea
- Edit the code you want.
- To build run the following command:
./gradlew build
License
Libraries that the project is using:
Argon2 (LGPLv3)
https://github.com/phxql/argon2-jvmJDBC (Apache 2)
https://github.com/xerial/sqlite-jdbc
This project is licensed under the MIT
license.