File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -1611,16 +1611,15 @@ and set the ``limiter`` option to its service ID:
16111611 Customize Successful and Failed Authentication Behavior
16121612~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16131613
1614- If you want to customize the success or failure handling process, instead of
1615- overwriting the respective listeners globally, you can set custom success
1616- failure handlers by implementing the
1614+ If you want to customize how the successful or failed authentication process is
1615+ handled, you don't have to overwrite the respective listeners globally. Instead,
1616+ you can set custom success failure handlers by implementing the
16171617:class: `Symfony\\ Component\\ Security\\ Http\\ Authentication\\ AuthenticationSuccessHandlerInterface `
16181618or the
16191619:class: `Symfony\\ Component\\ Security\\ Http\\ Authentication\\ AuthenticationFailureHandlerInterface `.
16201620
1621- If you want more information about this, you can have a look at the section
1622- about
1623- :ref: `customizing your success handler <login-link_customize-success-handler >`.
1621+ Read :ref: `how to customize your success handler <login-link_customize-success-handler >`
1622+ for more information about this.
16241623
16251624.. _security-logging-out :
16261625
You can’t perform that action at this time.
0 commit comments