Blazor WebAssembly Hosted Applications with custom storage

Posted 2 years ago by alex56903
0

I use hosted Blazor solution based on the Blazor WebAssembly project template.

https://docs.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/hosted-with-identity-server?view=aspnetcore-5.0&tabs=visual-studio

All works great by default

services.AddIdentityServer()
    .AddApiAuthorization<ApplicationUser, ApplicationDbContext>();

But how can I replace ApplicationDbContext with CustomUserStorage?

 

Someone is typing...

Post a Reply

You must be logged in to add a new post.
Number of online users: 0
An error has occurred. This application may no longer respond until reloaded. Reload 🗙