ASP.NET Core Identity in .NET 10 preview 6 introduces passkey support as an alternative authentication method. The implementation allows users to register passkeys after creating password-based accounts, enabling biometric or PIN-based login through WebAuthn standards. The feature includes new Blazor components, JavaScript integration for browser WebAuthn APIs, and database schema changes to store passkey credentials. While providing enhanced security over passwords, the current template still requires initial password registration, limiting the full passwordless potential of passkeys.
1 Comment
Sort: