implement all TODOs

This commit is contained in:
2026-06-23 00:01:38 +04:30
parent 00f990c653
commit 508c146732
22 changed files with 688 additions and 80 deletions
+6
View File
@@ -27,6 +27,12 @@
<version>${postgresql.version}</version>
</dependency>
<dependency>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
<version>0.4</version>
</dependency>
</dependencies>
</project>