IndyIndyIndy/impersonate

View on GitHub
Configuration/RequestMiddlewares.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'frontend' => [
        'christianessl/impersonate/authentication' => [
            'target' => \ChristianEssl\Impersonate\Middleware\FrontendUserAuthenticator::class,
            'before' => [
                'typo3/cms-frontend/authentication',
            ],
        ],
    ],
];