From f44f605b2582c300bc19206e2fabced0746a8d2e Mon Sep 17 00:00:00 2001 From: Konrad Oboza Date: Fri, 5 Jul 2024 13:04:18 +0200 Subject: [PATCH] Deprecated `CONSTANT_AUTH_TIME_SETTING` (#401) For more details see https://github.com/ibexa/core/pull/401 Key changes: * Deprecated `\Ibexa\Bundle\Core\DependencyInjection\Compiler\SecurityPass::CONSTANT_AUTH_TIME_SETTING` constant --- src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php b/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php index 5cd9ed7008..28aa5b0f6b 100644 --- a/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php +++ b/src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php @@ -25,6 +25,9 @@ */ class SecurityPass implements CompilerPassInterface { + /** + * @deprecated 4.6.7 CONSTANT_AUTH_TIME_SETTING constant is deprecated, will be removed in 5.0. + */ public const CONSTANT_AUTH_TIME_SETTING = 'ibexa.security.authentication.constant_auth_time'; public const CONSTANT_AUTH_TIME_DEFAULT = 1.0;