aspnetcore/src/Identity
John Luo f7ba8f1002
Use Arcade for resx generation (#12179)
2019-07-17 18:31:50 -07:00
..
ApiAuthorization.IdentityServer
Core Use Arcade for resx generation (#12179) 2019-07-17 18:31:50 -07:00
EntityFrameworkCore Use Arcade for resx generation (#12179) 2019-07-17 18:31:50 -07:00
Extensions.Core Use Arcade for resx generation (#12179) 2019-07-17 18:31:50 -07:00
Extensions.Stores More doc comment additions (#11697) 2019-07-03 10:21:13 -07:00
Specification.Tests/src
UI UrlEncode/Decode email/password codes by default (#12109) 2019-07-15 11:17:52 -07:00
samples
test Fixes #11405 - Adds AuthenticationProperties to ExternalLoginInfo (#12074) 2019-07-12 16:01:12 -07:00
testassets/Identity.DefaultUI.WebSite
Directory.Build.props
Identity.sln
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.