forked from sorceress/EasyAuth
29 lines
888 B
Markdown
29 lines
888 B
Markdown
## Simple Authentication Mod
|
|
|
|
Since Samolego deprecated his mod, I consider updating it to the latest version.
|
|
|
|
See [wiki](https://github.com/samolego/SimpleAuth/wiki) for more information.
|
|
|
|
## License
|
|
Libraries that the project is using:
|
|
- `Argon2 (LGPLv3)` https://github.com/phxql/argon2-jvm
|
|
- `BCrypt (Apache 2)` https://github.com/patrickfav/bcrypt
|
|
- `Bytes (Apache 2)` https://github.com/patrickfav/bytes-java
|
|
- `leveldb (BSD-3-Clause)` https://github.com/google/leveldb
|
|
- `JNA (Apache 2 || LGPLv3)` https://github.com/java-native-access/jna
|
|
|
|
This project is licensed under the `MIT` license.
|
|
|
|
# For mod developers
|
|
|
|
## Changing code
|
|
|
|
1. Clone the repository. Then run `./gradlew genSources`
|
|
2. Edit the code you want.
|
|
3. To build run the following command:
|
|
|
|
```
|
|
./gradlew clean build
|
|
```
|
|
4. Delete `"accessWidener": "simpleauth.accesswidener"` from `fabric.mod.json` in your `.jar`
|