Merge pull request #7907 from nupplaphil/task/reduce_app_deps
Cleanup Session/Authentication
This commit is contained in:
commit
6e4a428c73
32 changed files with 8791 additions and 7936 deletions
|
@ -716,7 +716,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
|
|||
|
||||
### src/Module/Login.php
|
||||
|
||||
Hook::callAll('authenticate', $addon_auth);
|
||||
Hook::callAll('login_hook', $o);
|
||||
|
||||
### src/Module/Logout.php
|
||||
|
@ -740,6 +739,7 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
|
|||
### src/Core/Authentication.php
|
||||
|
||||
Hook::callAll('logged_in', $a->user);
|
||||
Hook::callAll('authenticate', $addon_auth);
|
||||
|
||||
### src/Core/Hook.php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue