thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.52k stars 1.12k forks source link

Symfony 6.2 deprecation info #1320

Closed haivala closed 1 year ago

haivala commented 1 year ago
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.
Sephster commented 1 year ago

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

haivala commented 1 year ago

ah true, https://github.com/thephpleague/oauth2-server-bundle/issues/115