Implement Keycloak authentication to Admin API

This commit is contained in:
BloxerHD 2026-04-23 15:39:38 +01:00
commit 25d2e1d036
7 changed files with 91 additions and 84 deletions

View file

@ -28,3 +28,4 @@ aws-config = { version = "1.1", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.17"
tokio = { version = "1.50.0", features = ["full"] }
log = "0.4.29"
keycloak-helper = { git = "https://git.virintox.com/BloxerHD018/keycloak-helper.git" }