You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PSR-7 standard has been introduced, and it would be beneficial if the framework followed these guidelines for interoperability purposes between libraries.
Symfony\Component\HttpFoundation\Request
Symfony\Component\HttpFoundation\Response
We are currently using the Symfony HttpFoundation classes for OAuth2 implementation. Since Slim 3 and others have moved to a PSR-7 standard, we are experiencing interoperability issues since the HttpFoundation\Request and Response objects do not conform to the standard.
The text was updated successfully, but these errors were encountered:
The PSR-7 standard has been introduced, and it would be beneficial if the framework followed these guidelines for interoperability purposes between libraries.
We are currently using the Symfony HttpFoundation classes for OAuth2 implementation. Since Slim 3 and others have moved to a PSR-7 standard, we are experiencing interoperability issues since the HttpFoundation\Request and Response objects do not conform to the standard.
The text was updated successfully, but these errors were encountered: