add JwtService

This commit is contained in:
2024-11-25 00:50:41 +01:00
parent de937b75fc
commit 3eca24c421
2 changed files with 28 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ plugins {
dependencies {
implementation(hlaeja.jjwt.api)
implementation(hlaeja.kotlin.logging)
implementation(hlaeja.kotlin.reflect)
implementation(hlaeja.kotlinx.coroutines)
implementation(hlaeja.org.springframework.springboot.actuator.starter)