-
Notifications
You must be signed in to change notification settings - Fork 242
Add passkey (WebAuthn/FIDO2) support and sync Blazor Identity scaffolder with .NET 10 template #3291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
MackinnonBuck
merged 26 commits into
main
from
copilot/add-passkey-support-identity-scaffolders
Nov 17, 2025
Merged
Add passkey (WebAuthn/FIDO2) support and sync Blazor Identity scaffolder with .NET 10 template #3291
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
930033b
Initial plan
Copilot c7cf110
Add passkey template files and update existing templates
Copilot f54f8ba
Update tests for passkey support
Copilot 13e6aef
[WIP] Update to match .NET 10 template
MackinnonBuck 4c27b8f
Remove IdentityUserAccessor and AccountLayout, add AccessDenied, fix …
Copilot 6947f16
Update IdentityNoOpEmailSender to use file-scoped namespace and corre…
Copilot f1373d8
Convert root-level .cs templates to file-scoped namespaces
Copilot f6b973e
Remove IdentityUserAccessor service registration from Program.cs changes
Copilot 612afb5
Sync 20 template files with .NET 10 reference (Pages and Shared)
Copilot 7ef05dd
Sync 13 Manage page templates with .NET 10 reference
Copilot dcca213
Complete template synchronization - all 46 files match .NET 10 reference
Copilot 64543ef
Fix .Interfaces.cs files to contain only empty partial class declarat…
Copilot 49fa765
Remove BOM characters and sync dotnet-scaffold templates with VS.Web.…
Copilot 298f0d6
[WIP] Fixes + generate `.cs` output
MackinnonBuck 89c95bc
More fixes + simplify
MackinnonBuck f50e497
Fix `ManageLayout`
MackinnonBuck 9499015
Merge remote-tracking branch 'origin/main' into copilot/add-passkey-s…
MackinnonBuck f14da1a
Revert changes to `dotnet-scaffolding`
MackinnonBuck dc52139
Fix line endings + add static asset copying to new scaffolder
MackinnonBuck 257e594
Fix `NewDbContext.tt` pack location
MackinnonBuck 3faab25
Apply UI updates to new scaffolder
MackinnonBuck 6014e83
Merge remote-tracking branch 'origin/main' into copilot/add-passkey-s…
MackinnonBuck 82d26ba
More reliable script replacement
MackinnonBuck dcaa3df
Fix DbContext output
MackinnonBuck 8728578
Normalize `.Interfaces.cs` files
MackinnonBuck 9b2f202
Add comments to `.csproj` files
MackinnonBuck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,4 +6,3 @@ public partial class IdentityComponentsEndpointRouteBuilderExtensions : ITextTra | |
| { | ||
| } | ||
| } | ||
|
|
||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,4 +6,3 @@ public partial class IdentityNoOpEmailSender : ITextTransformation | |
| { | ||
| } | ||
| } | ||
|
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.