Go to file
Victor Hurdugaci 1fbe8c3ea2 Update the build scripts to the latest version 2016-03-07 20:55:05 -08:00
samples Add support for Authentication Tokens to Identity 2016-03-07 13:53:54 -08:00
src Redress cookie name 2016-03-07 16:57:04 -08:00
test Add support for Authentication Tokens to Identity 2016-03-07 13:53:54 -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
Identity.sln UserManager should normalize role name 2016-02-04 14:09:11 -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 Enabled xml doc generation 2016-02-18 16:01:36 -08:00
README.md Update README.md 2015-06-23 14:29:13 -07:00
Settings.StyleCop
appveyor.yml
build.cmd Return the error code from build.cmd 2016-02-28 10:12:19 -08:00
build.ps1 Update the build scripts to the latest version 2016-03-07 20:55:05 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:55:05 -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.