That Saar ๐Ÿ’Ž @codewithsaar.com ยท Mar 11

Well, it gets the service of IAuthenticationService from the IoC container. That means, some code is registering IAuthenticationService, and what is that? ๐Ÿค”

0 likes 1 replies

?

Replies

That Saar ๐Ÿ’Ž ยท Mar 11

In ASP.NET Core Identity, the `AddDefaultIdentity<TUser>` looks ... suspecious because it calls `AddAuthentication()` for us.