aspnetcore/src/Identity
Hao Kung 4425876c89 [3.0] Also target netstandard2.1 for Identity.EFCore (#13402)
* Also target netstandard2.1 for Identity.EFCore

* Remove source build line
2019-08-24 08:22:28 -07:00
..
ApiAuthorization.IdentityServer React to extensions changes 2019-08-15 17:03:19 -07:00
Core
EntityFrameworkCore [3.0] Also target netstandard2.1 for Identity.EFCore (#13402) 2019-08-24 08:22:28 -07:00
Extensions.Core Multitarget packages to remove dependencies for source build (#12936) 2019-08-09 19:25:48 -07:00
Extensions.Stores Multitarget packages to remove dependencies for source build (#12936) 2019-08-09 19:25:48 -07:00
Specification.Tests/src React to extensions changes 2019-08-15 17:03:19 -07:00
UI Fix privacy link (#13262) 2019-08-20 09:03:06 -07:00
samples [Identity] Move to use static web assets support. (#11029) 2019-07-25 17:34:45 +02:00
test React to extensions changes 2019-08-15 17:03:19 -07:00
testassets/Identity.DefaultUI.WebSite [Identity] Fix flaky test (#12771) 2019-07-31 21:58:10 +02:00
Directory.Build.props
Identity.sln
IdentityNoDeps.slnf [Identity] Move to use static web assets support. (#11029) 2019-07-25 17:34:45 +02:00
README.md
build.cmd
startvs.cmd

README.md

ASP.NET Core Identity

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.

ASP.NET Identity for ASP.NET MVC 5

The previous versions of Identity for MVC5 and lower, previously available on CodePlex, are available at https://github.com/aspnet/AspNetIdentity

Community Maintained Store Providers

IMPORTANT: Extensions are built by a variety of sources and not maintained as part of the ASP.NET Identity project. When considering a third party provider, be sure to evaluate quality, licensing, compatibility, support, etc. to ensure they meet your requirements.