Address Blazor Server heading (#18927)
parent
ce132bc470
commit
3908574b30
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue