Go to file
Judah Gabriel Himango b442d1af2f Added RavenDB identity provider. 2017-10-10 12:22:01 -07:00
.vscode
build
samples
src Rename IUserAuthenticatorInfoStore.cs to IUserAuthenticatorKeyStore.cs 2017-10-10 12:21:31 -07:00
test
.appveyor.yml Update bootstrappers 2017-10-09 12:46:52 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
Identity.sln
IdentityCore.sln
LICENSE.txt
NuGet.config
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

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