From 3d3c07f32f89e49a8a0d5e8aea4de3f29135d4fc Mon Sep 17 00:00:00 2001 From: Brock Allen Date: Fri, 19 May 2023 11:06:57 -0400 Subject: [PATCH] namespaces --- src/DPoP/DPoPJwtBearerEvents.cs | 1 + src/DPoP/DPoPProofValidator.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/src/DPoP/DPoPJwtBearerEvents.cs b/src/DPoP/DPoPJwtBearerEvents.cs index 95620af..a701ed9 100644 --- a/src/DPoP/DPoPJwtBearerEvents.cs +++ b/src/DPoP/DPoPJwtBearerEvents.cs @@ -1,3 +1,4 @@ +using ApiHost; using IdentityModel; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.Extensions.Options; diff --git a/src/DPoP/DPoPProofValidator.cs b/src/DPoP/DPoPProofValidator.cs index 606a0ea..7843de6 100644 --- a/src/DPoP/DPoPProofValidator.cs +++ b/src/DPoP/DPoPProofValidator.cs @@ -1,3 +1,4 @@ +using DPoPApi; using IdentityModel; using Microsoft.AspNetCore.DataProtection; using Microsoft.Extensions.Logging;