From 788dbeb89e32bf8cc5e661cf18164eafe1c4d9f5 Mon Sep 17 00:00:00 2001 From: AKaliumhexacyanoferrat Date: Mon, 1 Jul 2024 13:36:49 +0200 Subject: [PATCH] Adjust bearer token auth --- Modules/Authentication/Bearer/BearerAuthenticationConcern.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/Authentication/Bearer/BearerAuthenticationConcern.cs b/Modules/Authentication/Bearer/BearerAuthenticationConcern.cs index d93d6578..28e87efb 100644 --- a/Modules/Authentication/Bearer/BearerAuthenticationConcern.cs +++ b/Modules/Authentication/Bearer/BearerAuthenticationConcern.cs @@ -57,8 +57,6 @@ internal BearerAuthenticationConcern(IHandler parent, Func c public ValueTask PrepareAsync() => Content.PrepareAsync(); - public IAsyncEnumerable GetContentAsync(IRequest request) => Content.GetContentAsync(request); - public async ValueTask HandleAsync(IRequest request) { IdentityModelEventSource.LogCompleteSecurityArtifact = true;