Skip to content

Commit

Permalink
IBX-8356: Deprecated `Ibexa\Core\MVC\Symfony\Security\Authentication\…
Browse files Browse the repository at this point in the history
…AuthenticatorInterface` to be replaced with Symfony-based authorization in 5.0 (#387)

For more details see https://issues.ibexa.co/browse/IBX-8356 and #387

Key changes:

* IBX-8356: Deprecated `Ibexa\Core\MVC\Symfony\Security\Authentication\AuthenticatorInterface` to be replaced with Symfony-based authorization in 5.0
  • Loading branch information
konradoboza authored Jun 19, 2024
1 parent 439d1d8 commit d369ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -19591,7 +19591,7 @@ parameters:
path: src/lib/Persistence/Utf8Converter.php

-
message: "#^Method Ibexa\\\\Core\\\\Persistence\\\\Utf8Converter\\:\\:toUnicodeCodepoint\\(\\) should return int but returns int\\<0, max\\>\\|false\\.$#"
message: "#^Method Ibexa\\\\Core\\\\Persistence\\\\Utf8Converter\\:\\:toUnicodeCodepoint\\(\\) should return int but returns int\\<0, 2147483647\\>\\|false\\.$#"
count: 1
path: src/lib/Persistence/Utf8Converter.php

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
/**
* This interface is to be implemented by authenticator classes.
* Authenticators are meant to be used to run authentication programmatically, i.e. outside the firewall context.
*
* @deprecated 4.6.7 this class is deprecated. Symfony Security has received major changes in 5.3, therefore Ibexa DXP relies on authenticator system from now on. Will be removed in 5.0.
*/
interface AuthenticatorInterface
{
Expand Down

0 comments on commit d369ebe

Please sign in to comment.