thephpleague / oauth2-client

Easy integration with OAuth 2.0 service providers.
http://oauth2-client.thephpleague.com
MIT License
3.65k stars 751 forks source link

Send additional options to Guzzle #863

Open dpi opened 4 years ago

dpi commented 4 years ago

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

judgej commented 3 years ago

This comment moved to issue #698