Blazor WASM w/Identity article 8.0 #30957
Merged
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.
Fixes #30944
Addresses #28161
I'm going VERY fast πββοΈ right now to get this in. I'm just about out-of-π¦ on getting everything into place π°. This should be enough to get us started. I'll take another look for improvements in 24Q1.
The sample is at ...
https://github.com/dotnet/blazor-samples/tree/main/8.0/BlazorWebAssemblyStandaloneWithIdentity
The reason you were having trouble getting the Bootstrap icons in place via only a stylesheet class on the
<span>
elements is that the classes must be manually placed in (usually collocated) stylesheets (MainLayout.razor.css
). I changed the icons to the opening door (login), closed+filled door (logout), and pencil+square (register). With a little bit of vertical alignment β¨, it looks good.You shouldn't need to keep up with this samp (or the EF Core one) for future releases. I'll take care of updating them each release. Do let me know tho if the π§ moves in the security bits over time.
Internal previews