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
Hi,
I'm trying to integrate the library with a website written using Slim where requests and responses are of type Psr\Http\Message.
Searching I didn't found anything for supporting that, there is a way to create a Mapper between the two objects?
Thanks
The text was updated successfully, but these errors were encountered:
There is a laminas-api-tools/api-tools-oauth2 package, which overrides the auth controller and uses its own request and response objects. It intercepts the response objects from this packages and transforms it into a laminas http response. This could be a possible way how you could implement PSR-7 with slim.
Hi,
I'm trying to integrate the library with a website written using Slim where requests and responses are of type Psr\Http\Message.
Searching I didn't found anything for supporting that, there is a way to create a Mapper between the two objects?
Thanks
The text was updated successfully, but these errors were encountered: