requests-oauthlib
requests-oauthlib copied to clipboard
`include_client_id` auto detection
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?