That Saar ๐Ÿ’Ž @codewithsaar.com ยท Feb 15

#30MinsLearning Day 8: Today, I read the code of UserManager.CreateAsync(), it relies on the PasswordStore to set the password hash, then calls the UserStore to create the user in real - like in db. The responsibilities are quite clear. >>>๐Ÿงต #dotnet #csharp #aspnetcore #identity #auth #authZ

1 likes 1 replies

?

Replies

That Saar ๐Ÿ’Ž ยท Feb 15

What is this UesrLockoutStore do? What does user lockout mean? Is that used to lock out new users immediately upon registration?