You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/security/blazor/server.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to mitigate security threats to Blazor Server apps.
5
5
monikerRange: '>= aspnetcore-3.1'
6
6
ms.author: riande
7
7
ms.custom: mvc
8
-
ms.date: 03/31/2020
8
+
ms.date: 04/02/2020
9
9
no-loc: [Blazor, SignalR]
10
10
uid: security/blazor/server
11
11
---
@@ -100,6 +100,10 @@ The command creates a folder named with the value provided for the `{APP NAME}`
100
100
Authenticate the Blazor Server app as you would with a regular Razor Pages or MVC app. Provision and save the tokens to the authentication cookie. For example:
0 commit comments