Where is reliable OnAuthenticated Event in Blazor WASM?

Viewed 23

For years now "private async Task LogInSucceeded(RemoteAuthenticationState obj)" has had a bug where it runs 3 times.

I want to load some basic user data to store locally in my WASM blazor app, but I need the user to be authenticated first.

Where are the rest of you handling this?

0 Answers
Related