JudahGabriel / RavenDB.AspNet.Identity

ASP.NET Identity provider that uses RavenDB for storage of users and logins.
https://www.nuget.org/packages/RavenDB.AspNet.Identity/
Apache License 2.0
51 stars 24 forks source link

Lockout feature not working #12

Open themadbaron opened 7 years ago

themadbaron commented 7 years ago

It looks like some of the plumbing is here for this feature, but without diving in too deeply, it looks like it's not complete. I've set the shouldLockout to true, but that doesn't have any effect on the AccessFailedCount value in the ApplicationUsers document with failed login attempts.

JudahGabriel commented 7 years ago

Thanks, I'll have a look.