Symfony
0
Вклад в тег
entryPoint
класс от AuthenticationEntryPointInterface
$security->firewall('main')
->lazy(true)
->customAuthenticators([LoginAuthenticator::class])
->entryPoint(AuthenticationEntryPoint::class)
->logout()
->path('logout')
->target('login');