Go to file
Hao Kung 707be3dca0 Fix comment of variance time for Rfc6238 2017-10-24 14:43:41 -07:00
.vscode
build Remove Identity.Samples.sln and add the WPF sample to Identity.sln (#1407) 2017-08-31 17:05:41 -07:00
samples add Microsoft.AspNetCore dependency 2017-10-24 14:40:24 -07:00
src Fix comment of variance time for Rfc6238 2017-10-24 14:43:41 -07:00
test Microsoft.AspNetCore.CertificateGeneration.Task 2017-10-17 12:23:26 -07:00
.appveyor.yml Update bootstrappers 2017-10-09 12:46:52 -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 Add RepositoryRoot 2017-10-18 09:39:46 -07:00
Directory.Build.targets Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
Identity.sln Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:48:47 -07:00
IdentityCore.sln Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:48:47 -07:00
LICENSE.txt
NuGet.config Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
NuGetPackageVerifier.json
README.md Added RavenDB identity provider. 2017-10-10 12:22:01 -07:00
Settings.StyleCop
build.cmd Update bootstrappers 2017-10-09 12:46:52 -07:00
build.sh Update bootstrappers 2017-10-09 12:46:52 -07:00
run.cmd Update bootstrappers 2017-10-09 12:46:52 -07:00
run.ps1 Update bootstrappers 2017-10-09 12:46:52 -07:00
run.sh Update bootstrappers 2017-10-09 12:46:52 -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