Skip to content

Commit 824e1e8

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Fixed typo of `DeauthenticatedEvent` class name When overriding `session` service definition, make it public
2 parents eb074a0 + 47e495b commit 824e1e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/security/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ security.authentication.success ``AuthenticationEvents::AUTHENTICATION_SUCCESS`
283283
security.authentication.failure ``AuthenticationEvents::AUTHENTICATION_FAILURE`` :class:`Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent`
284284
security.interactive_login ``SecurityEvents::INTERACTIVE_LOGIN`` :class:`Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent`
285285
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`
287287
=============================== ================================================================= ==============================================================================
288288

289289
Authentication Success and Failure Events

session.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)