Go to file
N. Taylor Mullen 4132083a6c Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:25:18 -08:00
samples Reacting to hosting rename 2016-01-17 18:16:09 -08:00
src Rename AspNet 5 folders and files. 2016-01-22 12:25:18 -08:00
test Rename AspNet 5 folders and files. 2016-01-22 12:25:18 -08:00
tools Strong name everything. 2015-11-03 21:42:07 -08:00
.gitattributes Build with dotnet 2016-01-15 14:18:01 -08:00
.gitignore Build with dotnet 2016-01-15 14:18:01 -08:00
.travis.yml Build with dotnet 2016-01-15 14:18:01 -08:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:49:51 -07:00
Identity.sln Initial identity 2/3 interop sample 2015-12-03 14:35:41 -08:00
LICENSE.txt
NuGet.config Removing extraneous CoreCLR and Roslyn feeds from NuGet.config 2015-10-15 11:29:59 -07:00
NuGetPackageVerifier.json Enabling NuGetPackageVerifier 2015-09-21 16:56:21 -07:00
README.md Update README.md 2015-06-23 14:29:13 -07:00
Settings.StyleCop
appveyor.yml
build.cmd Build with dotnet 2016-01-15 14:18:01 -08:00
build.sh Build with dotnet 2016-01-15 14:18:01 -08:00
global.json Reacting to new Hosting API 2015-12-18 13:41:36 -08:00

README.md

ASP.NET Identity

AppVeyor: AppVeyor

Travis: Travis

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 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.