Go to file
Nate McMaster c8cf56520a Remove DotNetCliToolReference to workaround NuGet/Home#5716 2017-08-29 15:43:06 -07:00
.vscode
build Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
samples Remove DotNetCliToolReference to workaround NuGet/Home#5716 2017-08-29 15:43:06 -07:00
src Remove DotNetCliToolReference to workaround NuGet/Home#5716 2017-08-29 15:43:06 -07:00
test Remove DotNetCliToolReference to workaround NuGet/Home#5716 2017-08-29 15:43:06 -07:00
.appveyor.yml Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
Directory.Build.targets Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
Identity.Samples.sln Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
Identity.sln Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
IdentityCore.sln Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
LICENSE.txt
NuGet.config Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
NuGetPackageVerifier.json
README.md
Settings.StyleCop
build.cmd
build.ps1
build.sh Ensure fallback to curl after failed wget 2017-08-02 14:32:10 -07:00
version.xml

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