thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server

Home Page:https://oauth2.thephpleague.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony 6.2 deprecation info

haivala opened this issue · comments

deprecation.INFO: User Deprecated: Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "league.oauth2_server.listener.authorization_request_user_resolving" service. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 6.2: The \"Symfony\\Component\\Security\\Core\\Security\" service alias is deprecated, use \"Symfony\\Bundle\\SecurityBundle\\Security\" instead. It is being referenced by the \"league.oauth2_server.listener.authorization_request_user_resolving\" service.

Are you using the oauth2-server-bundle? If so, I think this issue should be posted there