You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
.github | 2 years ago | |
common | 12 months ago | |
fabric | 12 months ago | |
forge | 12 months ago | |
gradle/wrapper | 1 year ago | |
.gitattributes | 3 years ago | |
.gitignore | 2 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
build.gradle | 12 months ago | |
gradle.properties | 12 months ago | |
gradlew | 1 year ago | |
gradlew.bat | 2 years ago | |
settings.gradle | 1 year ago |
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.json
in your.jar