update Auth.Client

This commit is contained in:
2025-07-24 17:35:13 +02:00
parent b24f518bba
commit dd2dbee037
3 changed files with 9 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ using Microsoft.AspNetCore.Authentication.JwtBearer;
using WorkFlow.API;
using Microsoft.Extensions.Options;
using DigitalData.Core.Abstractions.Security;
using DigitalData.Core.Abstractions.Security.Extensions;
var logger = LogManager.Setup().LoadConfigurationFromAppSettings().GetCurrentClassLogger();
logger.Info("Logging initialized.");