Skip to content

Commit

Permalink
Merge branch 'davidfowl/net8' of https://github.com/julioct/TodoApi i…
Browse files Browse the repository at this point in the history
…nto davidfowl/net8
  • Loading branch information
julioct committed Dec 15, 2023
2 parents 9a3bff5 + 07bcef3 commit 4a6f93d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Todo.Web/Server/TodoApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public static RouteGroupBuilder MapTodos(this IEndpointRouteBuilder routes, stri
b.AddRequestTransform(async c =>
{
var accessToken = await c.HttpContext.GetTokenAsync(TokenNames.AccessToken);
c.ProxyRequest.Headers.Authorization = new("Bearer", accessToken);
});
});
Expand Down

0 comments on commit 4a6f93d

Please sign in to comment.