Blazor WebAssembly third party authentication

Viewed 135

I think this has been asked before but slightly different and without any answers. Does anyone know of a source code example of user authentication using many options of authentications combined (typically user select which to sign in with) such as Google, Facebook, Twitch and traditional email in Blazor WebAssembly? Preferably using latest .NET Core or even .NET 5 Preview. Is JWT used for such scenarios or how does it work? I am trying to figure out what is the mainstream way of doing this, I searched a lot but hard to figure out what is outdated methods and what is best practice today.

0 Answers
Related