aspnetcore/src/Identity
Nikolaj Jørgensen 20dd338b79 Use ModelOnly for Validation Summary (#6108)
Previously when Validation Summary used "All", it would append the property-related content to both the summary as well as the property specific span elements (= asp-validation-for="...").

By switching to ModelOnly would only show model-related messages in the summary (such as "Invalid login attempt.") which was most likely the original intention.
2019-08-23 18:30:59 -07:00
..
ApiAuthorization.IdentityServer [ApiAuthorization] Update to latest oidc-client and IdentityServer4 versions 2019-08-13 08:53:41 +02:00
Core
EntityFrameworkCore
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
UI Use ModelOnly for Validation Summary (#6108) 2019-08-23 18:30:59 -07:00
samples Use ModelOnly for Validation Summary (#6108) 2019-08-23 18:30:59 -07:00
test [Identity] Fix flaky test (#12771) 2019-07-31 21:58:10 +02:00
testassets/Identity.DefaultUI.WebSite Use ModelOnly for Validation Summary (#6108) 2019-08-23 18:30:59 -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.