oauth2-client icon indicating copy to clipboard operation
oauth2-client copied to clipboard

Send additional options to Guzzle

Open dpi opened this issue 5 years ago • 1 comments

Cant pass additional options when creating a request.

For example thephpleague/oauth2-client#803 is trying to use form_params, but \League\OAuth2\Client\Tool\RequestFactory::getRequestWithOptions filters them out. Also cannot pass along options in \League\OAuth2\Client\Provider\AbstractProvider::getResponse

dpi avatar Oct 23 '20 04:10 dpi

This comment moved to issue #698

judgej avatar Feb 15 '21 15:02 judgej