From 002f58bdf82dd65553630472ea6ebf88fcc42b23 Mon Sep 17 00:00:00 2001 From: Liudvikas Taluntis <43747286+Duslerke@users.noreply.github.com> Date: Thu, 26 Feb 2026 17:32:58 +0000 Subject: [PATCH 1/2] Bump JWT core to 1.87.0 for Cognito token support --- SingleViewApi/SingleViewApi.csproj | 2 +- SingleViewApi/Startup.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SingleViewApi/SingleViewApi.csproj b/SingleViewApi/SingleViewApi.csproj index 14bc514..e52bcaa 100644 --- a/SingleViewApi/SingleViewApi.csproj +++ b/SingleViewApi/SingleViewApi.csproj @@ -25,7 +25,7 @@ - + diff --git a/SingleViewApi/Startup.cs b/SingleViewApi/Startup.cs index 2c3df26..fe61ad8 100644 --- a/SingleViewApi/Startup.cs +++ b/SingleViewApi/Startup.cs @@ -394,6 +394,7 @@ public void ConfigureServices(IServiceCollection services) services.AddHealthChecks(); + // User by Hackney.Core.Logging [LogCall] services.AddTokenFactory(); services.AddSwaggerGen(c => From 88b97117006af9507381c3cb75585525277caca6 Mon Sep 17 00:00:00 2001 From: Liudvikas Taluntis <43747286+Duslerke@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:15:22 +0000 Subject: [PATCH 2/2] Update comment explaining dependencies. --- SingleViewApi/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SingleViewApi/Startup.cs b/SingleViewApi/Startup.cs index fe61ad8..8379657 100644 --- a/SingleViewApi/Startup.cs +++ b/SingleViewApi/Startup.cs @@ -394,7 +394,7 @@ public void ConfigureServices(IServiceCollection services) services.AddHealthChecks(); - // User by Hackney.Core.Logging [LogCall] + // Used by Logging Middleware core services.AddTokenFactory(); services.AddSwaggerGen(c =>