File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ security.authentication.success ``AuthenticationEvents::AUTHENTICATION_SUCCESS`
283283security.authentication.failure ``AuthenticationEvents::AUTHENTICATION_FAILURE `` :class: `Symfony\\ Component\\ Security\\ Core\\ Event\\ AuthenticationFailureEvent `
284284security.interactive_login ``SecurityEvents::INTERACTIVE_LOGIN `` :class: `Symfony\\ Component\\ Security\\ Http\\ Event\\ InteractiveLoginEvent `
285285security.switch_user ``SecurityEvents::SWITCH_USER `` :class: `Symfony\\ Component\\ Security\\ Http\\ Event\\ SwitchUserEvent `
286- security.logout_on_change ``Symfony\Component\Security\Http\Event\DeauthenticatedEvent `` :class: `Symfony\\ Component\\ Security\\ Http\\ EventDeauthenticatedEvent `
286+ security.logout_on_change ``Symfony\Component\Security\Http\Event\DeauthenticatedEvent `` :class: `Symfony\\ Component\\ Security\\ Http\\ Event \\ DeauthenticatedEvent `
287287=============================== ================================================================= ==============================================================================
288288
289289Authentication Success and Failure Events
Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ the default ``AttributeBag`` by the ``NamespacedAttributeBag``:
180180
181181 # config/services.yaml
182182 session :
183+ public : true
183184 class : Symfony\Component\HttpFoundation\Session\Session
184185 arguments : ['@session.storage', '@session.namespacedattributebag', '@session.flash_bag']
185186
You can’t perform that action at this time.
0 commit comments