Skip to content

Commit

Permalink
Adjust bearer token auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliumhexacyanoferrat committed Jul 1, 2024
1 parent 8c05e90 commit 788dbeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Modules/Authentication/Bearer/BearerAuthenticationConcern.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ internal BearerAuthenticationConcern(IHandler parent, Func<IHandler, IHandler> c

public ValueTask PrepareAsync() => Content.PrepareAsync();

public IAsyncEnumerable<ContentElement> GetContentAsync(IRequest request) => Content.GetContentAsync(request);

public async ValueTask<IResponse?> HandleAsync(IRequest request)
{
IdentityModelEventSource.LogCompleteSecurityArtifact = true;
Expand Down

0 comments on commit 788dbeb

Please sign in to comment.