generated from fossapps/Micro.Starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
while we're using bcrypt to do the hashing, I want to add extra layer of security,
whenever a user enters wrong password, I want to delay the response by LoginAttempts seconds before responding with a login failed.
This also solves bruteforcing issue. (Lockout already solved it, but this will be extra layer of security)
Metadata
Metadata
Assignees
Labels
No labels