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

specify auth method

Open adamjacobmuller opened this issue 13 years ago • 1 comments
trafficstars

This adds a parameter to the Client.request method to support specifying where the signature data goes (body/header/query string)

I needed this for a specific web service that expects Authorization headers even on GET requests.

adamjacobmuller avatar Nov 16 '12 22:11 adamjacobmuller

@AdamJacobMuller Which web service needed this? Also, needs a test or two.

joestump avatar Jul 29 '15 03:07 joestump