From 71cafd2605c1566c4c3eba14f9c31f28157006d8 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 25 Jun 2020 11:15:30 -1000 Subject: [PATCH] Update identity.md --- aspnetcore/security/authentication/identity.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/security/authentication/identity.md b/aspnetcore/security/authentication/identity.md index a0ab99ef5c..053b5ef227 100644 --- a/aspnetcore/security/authentication/identity.md +++ b/aspnetcore/security/authentication/identity.md @@ -227,6 +227,7 @@ To prevent publishing static Identity assets (stylesheets and JavaScript files f ## Next Steps +* [ASP.NET Core Identity source code](https://github.com/dotnet/aspnetcore/tree/master/src/Identity) * See [this GitHub issue](https://github.com/dotnet/AspNetCore.Docs/issues/5131) for information on configuring Identity using SQLite. * [Configure Identity](xref:security/authentication/identity-configuration) *