1
0

add SSHA+Argon2 hashed password to accounts profile and validate profile activation (#203)

Co-authored-by: Michael Hoennig <michael@hoennig.de>
Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/203
Reviewed-by: Marc Sandlus <hsh-marcsandlus@noreply.dev.hostsharing.net>
This commit is contained in:
Michael Hoennig
2025-09-17 12:14:47 +02:00
parent bae13d5503
commit 4994341232
32 changed files with 786 additions and 128 deletions
+1
View File
@@ -105,6 +105,7 @@ dependencies {
implementation("org.modelmapper:modelmapper:3.2.4")
implementation("org.iban4j:iban4j:3.2.11-RELEASE")
implementation("org.reflections:reflections:0.10.2")
implementation("de.mkammerer:argon2-jvm:2.11")
compileOnly("org.projectlombok:lombok")
testCompileOnly("org.projectlombok:lombok")