aspnetcore/src/Identity
Javier Calvarro Nelson c7a9da58b4
[Identity] Disable polling on file providers (#11048)
* Disable polling on file file providers.
* Use in-memory SQL lite database always on the test project.
2019-06-11 17:42:04 +02:00
..
ApiAuthorization.IdentityServer Update links and disable warnings related to tests that don't work in Helix (#10427) 2019-05-21 16:39:06 -07:00
Core Add SignInWithClaims overload and set amr claim appropriately (#10636) 2019-05-31 22:52:47 -07:00
EntityFrameworkCore Cleanup in Identity tests 2019-06-05 15:49:49 -07:00
Extensions.Core
Extensions.Stores
Specification.Tests/src Move Identity tests from SQL Server to SQLite for better reliability (#10300) 2019-05-23 16:32:48 -07:00
UI Remove windows phone from EnableAuthenticator.cshtml (#10287) 2019-05-31 22:53:57 -07:00
samples
test Move identity functional test website to generic host (#10974) 2019-06-06 22:01:33 -07:00
testassets/Identity.DefaultUI.WebSite [Identity] Disable polling on file providers (#11048) 2019-06-11 17:42:04 +02:00
Directory.Build.props
Identity.sln Remove Transport.Abstractions from existence (#10722) 2019-06-01 17:22:47 -07:00
README.md
build.cmd Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
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.