[docs] Document passwordless account creation with passkeys in Blazor Web Apps - #2
Draft
DeagleGross wants to merge 1 commit into
Draft
DeagleGross wants to merge 1 commit into
DeagleGross wants to merge 1 commit into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Source: dotnet/aspnetcore#68648
Documentation confidence: 75/100
Conceptual documentation: Required
Passwordless account creation with passkeys is a new user-visible capability (registration without a password, via a new anonymous
/PasskeyRegistrationOptionsendpoint and a "Sign up with a passkey" option on the Register page). This is documented by extending the existing canonical article (xref:security/authentication/passkeys/blazor) rather than creating a new article, since it is the established home for Blazor passkey implementation guidance.Migration guidance: Not required
This is an additive, opt-in capability for new Blazor Web App projects. Existing apps aren't required to change anything to keep working.
Breaking-change documentation: Not required
No API removals, no changed defaults for existing apps, and no evidence of a breaking-change label or section in the source PR. The change only adds new endpoints/behavior.
Summary of documentation change
Updated
aspnetcore/security/authentication/passkeys/blazor.md:>= aspnetcore-12.0moniker section under "Add passkey endpoints" describing the new anonymous/PasskeyRegistrationOptionsendpoint and its email validation behavior.>= aspnetcore-12.0moniker section, "Sign up with a passkey during registration," describing the new Sign up with a passkey option on the Register page and how the flow works end to end.ms.dateand addedai-usage: ai-assistedmetadata.Files modified
aspnetcore/security/authentication/passkeys/blazor.mdNotes
main; the current highestrelease/*branch indotnet/aspnetcoreisrelease/11.0, somainrepresents ASP.NET Core 12.0 (milestone12.0-preview1corroborates this).Login.razorto fix a same-cookie race condition between concurrent passkey ceremonies (a bug fix), which per the What's New include rules isn't included as new-feature content, and Blazor content is excluded from What's New includes entirely.