You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use HttpContext to get user, then fall back to AuthenticationStateProvider (#3968)
* #3964 Use HttpContext to get user, then fall back to AuthenticationStateProvider
* Add missing using statement
* #3964 Remove set user functionality as it doesn't work in Blazor
//see ms error https://github.com/dotnet/aspnetcore/blob/87e324a61dcd15db4086b8a8ca7bd74ca1e0a513/src/Components/Server/src/Circuits/ServerAuthenticationStateProvider.cs#L16
82
-
//not much safe to test on except the error type and the use of this method name in message.
//see ms error https://github.com/dotnet/aspnetcore/blob/87e324a61dcd15db4086b8a8ca7bd74ca1e0a513/src/Components/Server/src/Circuits/ServerAuthenticationStateProvider.cs#L16
72
-
//not much safe to test on except the error type and the use of this method name in message.
0 commit comments