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.

15m read timeFrom andrewlock.net
Post cover image
Table of contents
What are passkeys?Trying out the new templateLooking at the code changesSummary
1 Comment

Sort: