Colin-b / requests_auth

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

use client_id/client_secret in OAuth2ClientCredentials #30

Closed sdementen closed 4 years ago

sdementen commented 5 years ago

instead of username/password

Colin-b commented 4 years ago

As it will be a major release (breaking change), it will not be part of the upcoming release but the next one (5.0.0)

sdementen commented 4 years ago

Can you provide a backward compatible way? I'd accept both parameter names

Colin-b commented 4 years ago

The release will contains breaking changes as it drop Python support for version < 3.6

So no backward compatibility for this change, I would rather keep the code clean :)

Implemented in feature/release5 branch