summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/SimpleAuthenticationHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'Http/Authentication/SimpleAuthenticationHandler.php')
-rw-r--r--Http/Authentication/SimpleAuthenticationHandler.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Http/Authentication/SimpleAuthenticationHandler.php b/Http/Authentication/SimpleAuthenticationHandler.php
index ce56ee3..88be8e4 100644
--- a/Http/Authentication/SimpleAuthenticationHandler.php
+++ b/Http/Authentication/SimpleAuthenticationHandler.php
@@ -26,6 +26,8 @@ use Symfony\Component\Security\Core\Authentication\SimpleAuthenticatorInterface;
* the default handlers are triggered.
*
* @author Jordi Boggiano <j.boggiano@seld.be>
+ *
+ * @experimental This feature is experimental in 2.3 and might change in future versions
*/
class SimpleAuthenticationHandler implements AuthenticationFailureHandlerInterface, AuthenticationSuccessHandlerInterface
{