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`
283
283
security.authentication.failure ``AuthenticationEvents::AUTHENTICATION_FAILURE `` :class: `Symfony\\ Component\\ Security\\ Core\\ Event\\ AuthenticationFailureEvent `
284
284
security.interactive_login ``SecurityEvents::INTERACTIVE_LOGIN `` :class: `Symfony\\ Component\\ Security\\ Http\\ Event\\ InteractiveLoginEvent `
285
285
security.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 `
287
287
=============================== ================================================================= ==============================================================================
288
288
289
289
Authentication Success and Failure Events
Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ the default ``AttributeBag`` by the ``NamespacedAttributeBag``:
180
180
181
181
# config/services.yaml
182
182
session :
183
+ public : true
183
184
class : Symfony\Component\HttpFoundation\Session\Session
184
185
arguments : ['@session.storage', '@session.namespacedattributebag', '@session.flash_bag']
185
186
You can’t perform that action at this time.
0 commit comments