Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix brute force vuln due to callbacks not being ran (#235)
The authenticate method previously would return before callbacks executed if an invalid password was provided, which causes the brute force protection to only work for the first lockout period, and only resets after a successful login. Fixes #231
- Loading branch information