Reviewed-on: #1 |
||
|---|---|---|
| .github | ||
| common | ||
| fabric | ||
| forge | ||
| gradle/wrapper | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle | ||
README.md
Simple Authentication Mod
Since Samolego deprecated his mod, I consider updating it to the latest version.
See wiki for more information.
License
Libraries that the project is using:
Argon2 (LGPLv3)https://github.com/phxql/argon2-jvmBCrypt (Apache 2)https://github.com/patrickfav/bcryptBytes (Apache 2)https://github.com/patrickfav/bytes-javaleveldb (BSD-3-Clause)https://github.com/google/leveldbJNA (Apache 2 || LGPLv3)https://github.com/java-native-access/jna
This project is licensed under the MIT license.
For mod developers
Changing code
- Clone the repository. Then run
./gradlew genSources - Edit the code you want.
- To build run the following command:
./gradlew clean build
- Delete
"accessWidener": "simpleauth.accesswidener"fromfabric.mod.jsonin your.jar