Andrea
Results
2
comments of
Andrea
_AddOn:_ At point 7. if I reload Pixel Identity page seem that I'm still logged in. Instead in Blazor.Sample.App I'm correctly logged out also if I reload home page.
I'have seen that the call in UserServices `var resp = await httpClient.GetFromJsonAsync($"api/users/name/{userName}"); ` not responding with a json but with html (user is no longer authenticated) because the API has...