Is session storage supported in Blazor Webassembly (PWA) standalone (Not hosted in asp.net core)?
I have the following code in my class that inherits from AuthenticationStateProvider
I have the following code in my class that inherits from AuthenticationStateProvider
I created a Blazor project in asp.net core 3.1 and added API support and now was in process of adding Websockets to it.