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

[5.2] Add failed login attempt event #13761

Merged
merged 1 commit into from
May 30, 2016
Merged

Conversation

sileence
Copy link
Contributor

Laravel includes an attempt event which does not include information about whether the login succeeded or not.

and there is a login event that is trigger only if the login succeeded.

With this PR I'm adding an event that will trigger if the login attempt failed, this way a user can be informed that someone is trying to access their account, or the information could be log in an auth_activity table, etc.

@sileence sileence force-pushed the failed_event branch 2 times, most recently from 84ab17d to 7187251 Compare May 29, 2016 13:24
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

Successfully merging this pull request may close these issues.

None yet

2 participants