David Fowler

Results 461 comments of David Fowler

It's hard to tell where the 404 might be coming from. Maybe set breakpoints in the various JWT events?

@izzyjere one of the tricks I use to debug is adding a middleware to the pipeline at various places to see how for it got: ```C# var builder = WebApplication.CreateBuilder(args);...

> @HaoK, @Tratcher can you look this, please? Also, people are still on vacation so expect slow responses until next week.

There are 2 things that typed results do: 1. Give you strong type checks. 2. Express metadata for open API. I think we should do this for `UnauthorizedHttpResult` as the...

Are we calling a new API that isn't public? The source generator needs to copy this pattern as well. cc @captainsafia

@BrennanConroy should we add this to the SignalR backplane as well? Also @ReubenBond should this be part of the redis clustering provider for orleans?