Go to file
Hao Kung 7bf68e0e58 Add AddIdentityEntityFramework 2014-05-15 18:46:56 -07:00
src Add AddIdentityEntityFramework 2014-05-15 18:46:56 -07:00
temp Fix merge conflicts 2014-05-06 13:58:51 -07:00
test Add AddIdentityEntityFramework 2014-05-15 18:46:56 -07:00
.gitattributes
.gitignore
CONTRIBUTING.md Create CONTRIBUTING.md 2014-05-13 01:02:34 -07:00
Identity.sln
LICENSE.txt Create LICENSE.txt 2014-05-08 16:32:40 -07:00
NuGet.Config
README.md Update README.md 2014-05-12 17:45:26 -07:00
build.cmd
build.sh
global.json
makefile.shade

README.md

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 repo.