systemli / userli

Web application to (self-) manage email users and encrypt their mailboxes.
https://systemli.github.io/userli/
GNU Affero General Public License v3.0
64 stars 13 forks source link

Deprecation warnings #535

Closed doobry-systemli closed 5 months ago

doobry-systemli commented 8 months ago
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver0:0:0:0:0:0:0:0isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The \"Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver0:0:0:0:0:0:0:0isAnonymous()\" method is deprecated, use \"isAuthenticated()\" or \"isFullFledged()\" if you want to check if the request is (fully) authenticated. at /path/to/userli-3.3.1/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:38)"} []
User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead if you want to check if the request is (fully) authenticated. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.4: The \"IS_AUTHENTICATED_ANONYMOUSLY\" security attribute is deprecated, use \"PUBLIC_ACCESS\" for public resources, otherwise use \"IS_AUTHENTICATED\" or \"IS_AUTHENTICATED_FULLY\" instead if you want to check if the request is (fully) authenticated. at /path/to/userli-3.3.1/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php:89)"} []
doobry-systemli commented 5 months ago

This got addressed in #570.