aspnetcore/src/Identity
Smit Patel a963bbebf9 Add obsolete disable in older model snapshot
Revert to using older API

Resolves #22610
2020-06-06 12:01:31 -07:00
..
ApiAuthorization.IdentityServer Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
Core Clarify summary for ValidateSecurityStamp (#22483) 2020-06-02 17:06:57 -07:00
EntityFrameworkCore [master] Update dependencies from dotnet/efcore (#22558) 2020-06-06 01:49:33 +00:00
Extensions.Core Fixes username IdentityError description (#20497) 2020-04-27 11:33:38 -07:00
Extensions.Stores Re-enable source build job 2020-02-19 22:46:22 -08:00
Specification.Tests/src Use bogus phone tokens for failure message check to avoid collisions (#21853) 2020-05-15 14:22:38 -07:00
UI/src Show logout button if logged in on logout (#22444) 2020-06-04 14:54:17 -07:00
samples Add obsolete disable in older model snapshot 2020-06-06 12:01:31 -07:00
test Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406) 2020-06-02 12:19:28 -07:00
testassets/Identity.DefaultUI.WebSite Upgrade jQuery in samples to version 3.5.1 (#21577) 2020-05-07 14:42:14 -07:00
.vsconfig Add .vsconfig files in root and beside slns 2020-03-31 14:25:44 -07:00
Directory.Build.props
Identity.sln
IdentityNoDeps.slnf
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.