Skip to content

Commit

Permalink
Deprecated CONSTANT_AUTH_TIME_SETTING (#401)
Browse files Browse the repository at this point in the history
For more details see #401

Key changes:

* Deprecated `\Ibexa\Bundle\Core\DependencyInjection\Compiler\SecurityPass::CONSTANT_AUTH_TIME_SETTING` constant
  • Loading branch information
konradoboza authored Jul 5, 2024
1 parent e710a6e commit f44f605
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bundle/Core/DependencyInjection/Compiler/SecurityPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f44f605

Please sign in to comment.