aboutsummaryrefslogtreecommitdiff
path: root/Plugins/SessionCacheServer/Endpoints
diff options
context:
space:
mode:
authorLibravatar vman <public@vaughnnugent.com>2022-11-04 22:12:55 -0400
committerLibravatar vman <public@vaughnnugent.com>2022-11-04 22:12:55 -0400
commitfdb055f4687c59c5bd0859388dace05766f7ce06 (patch)
tree1e98a250a0034622aa469beed9f5957cf5765b55 /Plugins/SessionCacheServer/Endpoints
parent62203d58bd9a213e613e59841ded5d3007e294d1 (diff)
Jwt/jwk support, runtime provider updates
Diffstat (limited to 'Plugins/SessionCacheServer/Endpoints')
-rw-r--r--Plugins/SessionCacheServer/Endpoints/BrokerHeartBeat.cs3
-rw-r--r--Plugins/SessionCacheServer/Endpoints/ConnectEndpoint.cs1
2 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/SessionCacheServer/Endpoints/BrokerHeartBeat.cs b/Plugins/SessionCacheServer/Endpoints/BrokerHeartBeat.cs
index e80be77..d501fca 100644
--- a/Plugins/SessionCacheServer/Endpoints/BrokerHeartBeat.cs
+++ b/Plugins/SessionCacheServer/Endpoints/BrokerHeartBeat.cs
@@ -9,11 +9,10 @@ using System.Security.Cryptography;
using VNLib.Data.Caching.Extensions;
using VNLib.Hashing.IdentityUtility;
+using VNLib.Plugins.Essentials.Endpoints;
using VNLib.Plugins.Essentials.Extensions;
using VNLib.Plugins.Extensions.Loading;
-#nullable enable
-
namespace VNLib.Plugins.Essentials.Sessions.Server.Endpoints
{
internal class BrokerHeartBeat : ResourceEndpointBase
diff --git a/Plugins/SessionCacheServer/Endpoints/ConnectEndpoint.cs b/Plugins/SessionCacheServer/Endpoints/ConnectEndpoint.cs
index fc4de30..0385601 100644
--- a/Plugins/SessionCacheServer/Endpoints/ConnectEndpoint.cs
+++ b/Plugins/SessionCacheServer/Endpoints/ConnectEndpoint.cs
@@ -18,6 +18,7 @@ using VNLib.Net.Messaging.FBM.Server;
using VNLib.Data.Caching.Extensions;
using VNLib.Data.Caching.ObjectCache;
using VNLib.Plugins.Extensions.Loading;
+using VNLib.Plugins.Essentials.Endpoints;
using VNLib.Plugins.Essentials.Extensions;