File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -814,3 +814,21 @@ could listen to the ``mailer.post_send`` event and change the method's return va
814814
815815That's it! Your subscriber should be called automatically (or read more about
816816:ref: `event subscriber configuration <ref-event-subscriber-configuration >`).
817+
818+
819+ Learn More
820+ ----------
821+
822+ Security
823+ ~~~~~~~~
824+
825+ - :ref: `Security Events <security-security-events >`
826+ - :ref: `Authentication Events <security-authentication-events >`
827+ - :ref: `Other Events <security-other-events >`
828+
829+ Other
830+ ~~~~~
831+
832+ - :doc: `/reference/events `
833+ - :doc: `/components/event_dispatcher `
834+ - :ref: `The Request-Response Lifecycle <the-workflow-of-a-request >`
Original file line number Diff line number Diff line change @@ -2590,6 +2590,8 @@ implement :class:`Symfony\\Component\\Security\\Core\\User\\EquatableInterface`.
25902590Then, your ``isEqualTo() `` method will be called when comparing users instead
25912591of the core logic.
25922592
2593+ .. _security-security-events :
2594+
25932595Security Events
25942596---------------
25952597
@@ -2657,6 +2659,8 @@ for these events.
26572659 ]);
26582660 };
26592661
2662+ .. _security-authentication-events :
2663+
26602664Authentication Events
26612665~~~~~~~~~~~~~~~~~~~~~
26622666
@@ -2691,6 +2695,8 @@ Authentication Events
26912695 authentication. Listeners to this event can modify the error response
26922696 sent back to the user.
26932697
2698+ .. _security-other-events :
2699+
26942700Other Events
26952701~~~~~~~~~~~~
26962702
You can’t perform that action at this time.
0 commit comments