From bebd45a132fadc15696e7689febb30153d6597d2 Mon Sep 17 00:00:00 2001 From: kolossa Date: Fri, 25 Oct 2024 10:10:25 +0200 Subject: [PATCH] Update security.rst Added internal links --- security.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/security.rst b/security.rst index 84e4ebb7d75..12ca6ae727a 100644 --- a/security.rst +++ b/security.rst @@ -2590,6 +2590,8 @@ implement :class:`Symfony\\Component\\Security\\Core\\User\\EquatableInterface`. Then, your ``isEqualTo()`` method will be called when comparing users instead of the core logic. +.. _security-security-events: + Security Events --------------- @@ -2657,6 +2659,8 @@ for these events. ]); }; +.. _security-authentication-events: + Authentication Events ~~~~~~~~~~~~~~~~~~~~~ @@ -2691,6 +2695,8 @@ Authentication Events authentication. Listeners to this event can modify the error response sent back to the user. +.. _security-other-events: + Other Events ~~~~~~~~~~~~