From 04f7230f31df89eaedf5a41d0104edbb9bdd5ae9 Mon Sep 17 00:00:00 2001 From: Luke Latham Date: Sun, 4 Dec 2016 23:08:19 -0600 Subject: [PATCH] Update identity.md --- aspnetcore/security/authentication/identity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/identity.md b/aspnetcore/security/authentication/identity.md index 2b0ccaa2a5..ec47ddaa9c 100644 --- a/aspnetcore/security/authentication/identity.md +++ b/aspnetcore/security/authentication/identity.md @@ -14,7 +14,7 @@ uid: security/authentication/identity --- # Introduction to Identity -By [Pranav Rastogi](https://github.com/rustd), [Rick Anderson](https://twitter.com/RickAndMSFT), Tom Dykstra, Jon Galloway, and [Erik Reitan](https://github.com/Erikre) +By [Pranav Rastogi](https://github.com/rustd), [Rick Anderson](https://twitter.com/RickAndMSFT), [Tom Dykstra](https://github.com/tdkystra), Jon Galloway, and [Erik Reitan](https://github.com/Erikre) ASP.NET Core Identity is a membership system which allows you to add login functionality to your application. Users can create an account and login with a user name and password or they can use an external login providers such as Facebook, Google, Microsoft Account, Twitter and more.