From 3780af231b78da570d6d1bf757b9206c29e1cc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl?= <50833583+Mis0u@users.noreply.github.com> Date: Tue, 13 Apr 2021 14:08:16 +0200 Subject: [PATCH] Update login_link.rst I propose this change to manage the case of the link is invalid --- security/login_link.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/login_link.rst b/security/login_link.rst index 456cfc706c6..f7f5e36751e 100644 --- a/security/login_link.rst +++ b/security/login_link.rst @@ -739,3 +739,5 @@ Then, configure this service ID as the ``success_handler``: ], ], ]); + +If you want to manage the failure for example the link is expires, use 'failure_handler' and implements "AuthenticationFailureHandlerInterface" instand of "AuthenticationSuccessHandlerInterface"