Andrzej Włoszczyński
Andrzej Włoszczyński
I haven't analysed your source code yet, but it doesn't work in Firefox (I have 62.0.3). It works in Chrome and Edge. I understand that it is only a demo...
This sample will probably be ported to Razor Components in the near future. You should change service lifetime to `scoped`. Otherwise state will be shared between all users which is...
It looks there are some important changes in authentication/authorization configuration in .NET 7. Here https://github.com/dotnet/aspnetcore/pull/42802 we can read that calls to `UseAuthentication()` and `UseAuthorization()` where removed from templates. A few...