Avoiding AccessTokenNotAvailableException when using the Blazor WebAssembly Hosted template with individual user accounts
In this post, I'm going to show you how to configure an additional HttpClient instance which can be used by unauthenticated users to call unprotected endpoints, avoiding an AccessTokenNotAvailableException.