requests-oauthlib icon indicating copy to clipboard operation
requests-oauthlib copied to clipboard

`include_client_id` auto detection

Open AdamGold opened this issue 6 years ago • 0 comments

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?

AdamGold avatar Jan 27 '19 13:01 AdamGold