[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k
stars
868
forks
source link
AddDefaultIdentity should be in the D.I. namespace #1782
It's currently in the Identity namespace. Note that the templates already use both namespaces, so there is no need to update there.