set up authorization

This commit is contained in:
2025-01-01 20:32:39 +01:00
parent 22222fb0e3
commit 7f87c00dd9
9 changed files with 44 additions and 8 deletions

View File

@@ -11,12 +11,15 @@ plugins {
dependencies {
implementation(hlaeja.fasterxml.jackson.module.kotlin)
implementation(hlaeja.jjwt.api)
implementation(hlaeja.kotlin.logging)
implementation(hlaeja.kotlin.reflect)
implementation(hlaeja.kotlinx.coroutines)
implementation(hlaeja.library.hlaeja.common.messages)
implementation(hlaeja.library.hlaeja.jwt)
implementation(hlaeja.micrometer.registry.influx)
implementation(hlaeja.springboot.starter.actuator)
implementation(hlaeja.springboot.starter.security)
implementation(hlaeja.springboot.starter.webflux)
testImplementation(hlaeja.mockk)