[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 1734c7ff3d Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
.vscode React to changes in cryptography APIs 2017-05-12 14:04:14 -07:00
build Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
samples Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
src Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
test Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
.appveyor.yml Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
.gitattributes Build with dotnet 2016-01-15 14:18:01 -08:00
.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 Update Home master -> Home dev 2015-05-12 11:49:51 -07:00
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 Update LICENSE.txt text 2017-07-03 14:06:15 -07:00
NuGet.config Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:39:47 -08:00
README.md Add DynamoDB provider to the providers list 2017-03-07 16:32:23 -08:00
Settings.StyleCop Cleanup style cop violations 2014-06-24 14:58:18 -07:00
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