Go to file
Hao Kung 2d1c1c177d Move builder extensions to IdentityBuilder
Also correctly take TContext instead of looking for DbContext as a
service
2014-05-15 16:06:13 -07:00
src Move builder extensions to IdentityBuilder 2014-05-15 16:06:13 -07:00
temp Fix merge conflicts 2014-05-06 13:58:51 -07:00
test Move builder extensions to IdentityBuilder 2014-05-15 16:06:13 -07:00
.gitattributes
.gitignore Updating build scripts 2014-05-02 14:45:21 -07:00
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 Updating build scripts 2014-05-02 14:45:21 -07:00
README.md Update README.md 2014-05-12 17:45:26 -07:00
build.cmd Updating build scripts 2014-05-02 15:07:36 -07:00
build.sh Updating build scripts 2014-05-02 14:45:21 -07:00
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.