Go to file
Hao Kung 3a208fe41c Fix params name and AddRoles (#1406)
AddRoles should not be adding a store, that's done by the store
implementation, it should only be registering the role services.  Also
fixed the TUser/TRole generic parameters names since they were actually
the store types
2017-09-05 10:46:55 -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 Rename the area IdentityService to Identity 2017-09-01 14:05:00 -07:00
src Fix params name and AddRoles (#1406) 2017-09-05 10:46:55 -07:00
test Fix params name and AddRoles (#1406) 2017-09-05 10:46:55 -07:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
Identity.sln Remove Identity.Samples.sln and add the WPF sample to Identity.sln (#1407) 2017-08-31 17:05:41 -07:00
IdentityCore.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Settings.StyleCop
build.cmd
build.ps1
build.sh
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