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
I can't do that without modifying this middleware to extract the token and insert it into the other projects guzzle wrapper. I had a look at your graphql-client project. It is using raw GraphQL queries. I need something that can dynamically generate the queries in PHP and that is what that other project does. However, that other project doesn't include any built in support for Oauth2.
The text was updated successfully, but these errors were encountered:
sdwru
changed the title
Feature to extract Token
Feature to extract token
Mar 9, 2021
I need to provide the oauth2 $token in that wrapper, including the automatic renewal when it expires. It is easy enough to do that myself but I would rather use a package such as yours so I don't have to. The problem with your package is you do not explicitly expose the token. That is all kept in the background as middleware. You just expose the guzzle client.
I would like to use this for managing oauth2 tokens in the background. I would like to use the following project for graphql client.
https://github.com/mghoneimy/php-graphql-client
I can't do that without modifying this middleware to extract the token and insert it into the other projects guzzle wrapper. I had a look at your graphql-client project. It is using raw GraphQL queries. I need something that can dynamically generate the queries in PHP and that is what that other project does. However, that other project doesn't include any built in support for Oauth2.
The text was updated successfully, but these errors were encountered: