Go to file
Nate McMaster dce4f48e73 Make changes to test code to fix warnings from xunit.analyzers 2017-08-29 14:51:41 -07:00
.vscode
build Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
samples Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
src Make changes to test code to fix warnings from xunit.analyzers 2017-08-29 14:51:41 -07:00
test Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
.appveyor.yml Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
.gitattributes
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:32:36 -07:00
.travis.yml Enable Travis and AppVeyor for release branches (#1315) 2017-07-12 11:23:04 -07:00
CONTRIBUTING.md
Directory.Build.props Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
Directory.Build.targets Use Directory.Build.props/targets 2017-08-29 14:13:32 -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 Update LICENSE.txt text 2017-07-03 14:06:15 -07:00
NuGet.config Updating versions to preview3 2017-06-01 10:47:07 -07:00
NuGetPackageVerifier.json
README.md
Settings.StyleCop
build.cmd Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:32:36 -07:00
build.ps1 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:32:36 -07:00
build.sh Ensure fallback to curl after failed wget 2017-08-02 14:32:10 -07:00
version.xml Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:32:36 -07: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