mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Add Suite 8 LogoutListener
- Add LegacySessionLogoutHandler -- Logout Legacy Suite session when Suite 8 is logged out -- Configure handler to decorate SessionLogoutHandler - Add logout to Authentication legacy handler - Add AspectMock lib - Add unit tests for LegacySessionLogoutHandler - Rename unit test folders to be consistent with src. -- Use the same pattern used in Suite 7
This commit is contained in:
parent
895ec5b4f7
commit
59c3efd08c
18 changed files with 1703 additions and 1258 deletions
|
@ -63,3 +63,6 @@ services:
|
|||
# and use the value of the 'getProcessType' method to index the services
|
||||
arguments:
|
||||
- !tagged { tag: 'app.process.handler', default_index_method: 'getProcessType' }
|
||||
|
||||
App\Security\LegacySessionLogoutHandler:
|
||||
decorates: 'security.logout.handler.session'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue