Hooks
Following hooks can be used to extend functionalities of the DocCheck Login plugin.
beforeRedirect
This extension offers the signal slot before, which is called before a successfully logged-in user will be redirected.
Usage from within your extension's ext_:
$GLOBALS['TYPO3_CONF_VARS']['EXT']['typo3_docchecklogin']['beforeRedirect'][] =
\Vendor\Package\Hook\MyHook::class . '->beforeRedirect';        
        Copied!