[Blazor] First class integration with HttpClientFactory #59440
Labels
area-blazor
Includes: Blazor, Razor Components
Priority:1
Work that is critical for the release, but we could probably ship without
Milestone
The other major challenge here is with regards to how AuthenticationService interoperates with other parts of the user app, like scoped services in their own "sub-scope". This is relevant when users are leveraging things like Entity Framework for which we recommend using owning component scope as well as other libraries like HttpClientFactory that create their own scopes. In these cases, users are not able to access the current authenticated user within those services or any information associated with the circuit. The challenge here involves "being able" to have a "per circuit" scope that flows to any "nested scope".
The text was updated successfully, but these errors were encountered: