Does a Blazor WASM login work with FIDO2 and how?

Viewed 397

I want to create a simple Blazor WASM app, where users can login with FIDO2 (WebAuthn) instead of a password (and username perhaps) via Windows Hello, Yubikey, etc.

Google did not tell me much about FIDO2 and Blazor, I only found a library working with ASP.Net Identity, but I do not want to use Identity.

Perhaps somebody ran into that question as well? Thanks for help!

1 Answers
Related