dotnet / Scaffolding

Code generators to speed up development.
MIT License
624 stars 224 forks source link

Update Blazor Identity scaffolder to use built-in AuthenticationStateProviders once available #2719

Open danroth27 opened 2 months ago

danroth27 commented 2 months ago

In .NET 9 we plan to make the AuthenticationStateProviders used to enable authentication in the Blazor Web App template built-in to the framework. Once that is done we expect to update the template code to use them and we should make the same changes in the Blazor Identity scaffolder.

The framework change is tracked by https://github.com/dotnet/aspnetcore/issues/52769.

@halter73 @JeremyLikness @deepchoudhery