Compare Fido2-net-lib with .NET 10 Passkeys
mainWhen deciding between this library and the built-in .NET 10 passkey support (available in ASP.NET Identity), consider the following:
Use .NET 10 Passkeys if:
- You are using the standard ASP.NET Identity stack and do not need advanced features like attestation.
Use Fido2-net-lib if:
- You want to avoid being tied to ASP.NET Identity (e.g., building a SPA or custom auth).
- You need advanced features like attestation.
- You want faster access to new parts of the evolving passkey specification.
- You want to combine advanced features with ASP.NET Identity (the library is designed to be compatible via a plugin interface).