Go to file
samo_lego 3e06344197 Implemented password hashing
With the help of Argon2 lib
2019-11-09 17:01:59 +01:00
gradle/wrapper Initalization 2019-10-24 22:13:52 +02:00
src/main Implemented password hashing 2019-11-09 17:01:59 +01:00
.gitattributes Initial commit 2019-10-22 16:37:09 +02:00
.gitignore Initalization 2019-10-24 22:13:52 +02:00
LICENSE Initial commit 2019-10-22 16:37:09 +02:00
README.md Update 2019-11-05 20:24:58 +01:00
build.gradle Implemented password hashing 2019-11-09 17:01:59 +01:00
gradle.properties Update 2019-11-05 20:24:58 +01:00
gradlew Initalization 2019-10-24 22:13:52 +02:00
gradlew.bat Initalization 2019-10-24 22:13:52 +02:00
settings.gradle Update 2019-11-05 20:24:58 +01:00

README.md

Simple Authentication Mod

Setup

  1. Clone the repository.
  2. Edit the code you want.
  3. To build run the following command:
./gradlew build

License

This project is licensed under the MIT license.