You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DependencyInjection/Configuration.php
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,12 @@ public function getConfigTreeBuilder()
37
37
->booleanNode('RETHROW_UNSAFE_EXCEPTIONS')->defaultTrue()->info('Exceptions that do not implement ClientAware interface are not caught by the engine and propagated to Symfony.')->end()
38
38
->end()
39
39
->end()
40
+
->arrayNode('security')
41
+
->children()
42
+
->booleanNode('enable_login')->defaultFalse()->info('Set to true to automatically create a login/logout request')->end()
43
+
->scalarNode('firewall_name')->defaultValue('main')->info('The name of the firewall to use for login')->end()
0 commit comments