From 31ed761ee0057475c41d48d7726d71ef49fbf70f Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 10 Feb 2020 08:06:34 -0600 Subject: [PATCH] Update BlazorAuthAddlResources (#16816) --- aspnetcore/security/blazor/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aspnetcore/security/blazor/index.md b/aspnetcore/security/blazor/index.md index 5ed967efbc..78dc45a945 100644 --- a/aspnetcore/security/blazor/index.md +++ b/aspnetcore/security/blazor/index.md @@ -5,7 +5,7 @@ description: Learn about Blazor authentication and authorization scenarios. monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 01/29/2020 +ms.date: 02/02/2020 no-loc: [Blazor, SignalR] uid: security/blazor/index --- @@ -522,3 +522,4 @@ The `CascadingAuthenticationState` supplies the `Task` casc * * * +* [Awesome Blazor: Authentication](https://github.com/AdrienTorris/awesome-blazor#authentication) community sample links