Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Account Locked out after too many Login Attempts #45

Open
1 task
bharney opened this issue Oct 12, 2018 · 1 comment
Open
1 task

Add Account Locked out after too many Login Attempts #45

bharney opened this issue Oct 12, 2018 · 1 comment

Comments

@bharney
Copy link
Owner

bharney commented Oct 12, 2018

  • When the user tried too many times to login to an account, lock it for a few minutes.
@ghost
Copy link

ghost commented Dec 29, 2018

What are your initial thoughts on this feature?

I implemented a "user action collection" or table in my starter for this very reason. One problem I can see with this approach is as the table grows the query time will increase. Anything older than a week shouldn't really matter for current logins, but it would be useful to have a record that isn't directly queriable for other various reason, for instance geolocation, IP, device, or different browser logins alerts.

It is possible to implement a SQL job in entity framework that moves anything older than a week into an archive table of sorts? What should the lockout time frame be? And if there is an active user season i.e ("someone is trying to hijack this account") should all existing user sessions be eliminated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant