From efd2836211687e2f606d54ec5cf9759a52a89e33 Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 12 May 2014 17:45:26 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30404ce4c5..2e6f9ec191 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -TODO \ No newline at end of file +ASP.NET Identity +=== + +ASP.NET Identity is the new membership system for building ASP.NET web applications. ASP.NET Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. + +This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the [Home](https://github.com/aspnet/home) repo.