We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Have you thought about adding events that will allow easily extend the library and execute custom codes?
E.g: I would like to restore the last user cart data after login and that events would be very useful for that.
The text was updated successfully, but these errors were encountered:
Login and Logout events already exist, e.g.:
myth-auth/src/Authentication/AuthenticationBase.php
Line 116 in 948728b
If there are others you had in mind for sure send a PR, I’m in favor of events since they have almost no impact when there is nothing hooked.
Sorry, something went wrong.
See also: https://github.com/codeigniter4/CodeIgniter4/blob/9d0cc121b98bcf52821e1f0decd00d38ad0b39fe/user_guide_src/source/extending/authentication.rst
No branches or pull requests
Hi,
Have you thought about adding events that will allow easily extend the library and execute custom codes?
E.g:
I would like to restore the last user cart data after login and that events would be very useful for that.
The text was updated successfully, but these errors were encountered: