requests / requests-oauthlib

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

Consider auto_refresh_kwargs for token refresh authentication. #412

Open fodinabor opened 4 years ago

fodinabor commented 4 years ago

This is a follow-up on #340.

I agree that client_secret might be empty as of the spec: https://tools.ietf.org/html/rfc6749#section-6

      authenticate the client if client authentication is included and
      ensure that the refresh token was issued to the authenticated
      client, and
coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.04%) to 90.204% when pulling 52c19bebd0e08646472f605dbaf0f95f16cc148b on fodinabor:refresh-token-auth into d75279c019e3bfbb0d31efb2ccd53c9bd677ed7c on requests:master.