File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1602,6 +1602,20 @@ and set the ``limiter`` option to its service ID:
1602
1602
;
1603
1603
};
1604
1604
1605
+ Customize Successful And Failed Authentication
1606
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1607
+
1608
+ If you want to customize the success or failure handling process, instead of
1609
+ overwriting the respective listeners globally, you can set custom success
1610
+ failure handlers by implementing the
1611
+ :class: `Symfony\\ Component\\ Security\\ Http\\ Authentication\\ AuthenticationSuccessHandlerInterface `
1612
+ or the
1613
+ :class: `Symfony\\ Component\\ Security\\ Http\\ Authentication\\ AuthenticationFailureHandlerInterface `.
1614
+
1615
+ If you want more information about this, you can have a look at the section
1616
+ about
1617
+ :ref: `customizing your success handler<login-link_customize-success-handler> `.
1618
+
1605
1619
.. _security-logging-out :
1606
1620
1607
1621
Logging Out
Original file line number Diff line number Diff line change @@ -693,6 +693,8 @@ from the first hash value and the ``kernel.secret`` container parameter. This
693
693
allows Symfony to sign this final hash, which is contained in the login URL.
694
694
The final hash is also a Base64 encoded SHA-256 hash.
695
695
696
+ .. _login-link_customize-success-handler :
697
+
696
698
Customizing the Success Handler
697
699
-------------------------------
698
700
You can’t perform that action at this time.
0 commit comments