Address Blazor Server heading (#18927)

pull/18928/head
Luke Latham 2020-06-23 10:13:09 -05:00 committed by GitHub
parent ce132bc470
commit 3908574b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -13,6 +13,8 @@ uid: blazor/security/server/index
By [Luke Latham](https://github.com/guardrex)
Blazor Server apps are configured for security in the same manner as ASP.NET Core apps. For more information, see the articles under <xref:security/index>. Topics under this overview apply specifically to Blazor Server.
## Blazor Server project template
The Blazor Server project template can be configured for authentication when the project is created.
@ -94,10 +96,6 @@ For more information, see the [`dotnet new`](/dotnet/core/tools/dotnet-new) comm
---
## Secure an existing app
Blazor Server apps are configured for security in the same manner as ASP.NET Core apps. For more information, see the articles under <xref:security/index>.
## Scaffold Identity
Scaffold Identity into a Blazor Server project: