requests / requests-oauthlib

OAuthlib support for Python-Requests!
https://requests-oauthlib.readthedocs.org/
ISC License
1.72k stars 423 forks source link

`include_client_id` auto detection #363

Open AdamGold opened 5 years ago

AdamGold commented 5 years ago

I think that the "auto-detection" that is being done on include_client_id can be better. If no auth header is being passed, and include_client_id is None, I think we should pass the client ID and secret in the URL. What do you think?