Added new JWT-Token support and fixed some bugs.

This commit is contained in:
CodingPhoenixx
2026-02-15 22:19:24 +01:00
parent ffbf4f7500
commit c285c261d1
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.42'
annotationProcessor 'org.projectlombok:lombok:1.18.42'
implementation("dev.coph:simpleauthentication:0.3.0")
implementation("dev.coph:simpleauthentication:0.4.1")
implementation("dev.coph:simplecache:1.3.0")
implementation("dev.coph:simplelogger:3.2.4")
implementation("dev.coph:simplerequest:5.1.1")