Colin-b / requests_auth

Authentication classes to be used with requests
MIT License
35 stars 13 forks source link

get not supported #1

Closed ghost closed 6 years ago

ghost commented 6 years ago

Is it possible to support the 'GET' ? I read a "Unable to properly perform authentication. GET is not supported for now." for LinkedIn OAuth2

context: I am trying to use the module for LinkedIn to manage the oauth2 in https://github.com/HootsuiteLabs/python-linkedin-v2

Colin-b commented 6 years ago

That's something I wanted to work on but forgot. Yes I'll try to have a look next week.

Colin-b commented 6 years ago

Can you provide a sample of code you are using to reproduce the issue?

I have a hard time finding sample of responses (I recall the token was provided as an anchor in the URL by petstore.swagger.io but their authentication server is down...)

Colin-b commented 6 years ago

Handled thanks to your PR