Go to file
Cesar Blum Silveira fc56cba8e7 Bump Microsoft.AspNetCore.Identity.Specification.Tests to net452. 2017-02-22 15:49:10 -08:00
build Downgrade to stable packages 2017-02-14 16:15:35 -08:00
samples Upgrading to VS 2017 2017-02-02 17:16:39 -08:00
src Bump Microsoft.AspNetCore.Identity.Specification.Tests to net452. 2017-02-22 15:49:10 -08:00
test Bump test projects up to .NET 4.5.2 2017-02-16 12:26:36 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Identity.sln Upgrading to VS 2017 2017-02-02 17:16:39 -08:00
LICENSE.txt
NuGet.config Upgrading to VS 2017 2017-02-02 17:16:39 -08:00
NuGetPackageVerifier.json
README.md
Settings.StyleCop
appveyor.yml Upgrading to VS 2017 2017-02-02 17:16:39 -08:00
build.cmd
build.ps1 Upgrading to VS 2017 2017-02-02 17:16:39 -08:00
build.sh Upgrading to VS 2017 2017-02-02 17:16:39 -08:00
version.props Upgrading to VS 2017 2017-02-02 17:16:39 -08:00

README.md

ASP.NET Core Identity

AppVeyor: AppVeyor

Travis: Travis

ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core 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 Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Community Maintained Store Providers