aspnet / Identity

[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

Closed ajcvickers closed 6 years ago

ajcvickers commented 6 years ago

It's currently in the Identity namespace. Note that the templates already use both namespaces, so there is no need to update there.

HaoK commented 6 years ago

PR is: https://github.com/aspnet/Identity/pull/1781