Colin-b / requests_auth

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

add PKCE to fix #37 #38

Closed sdementen closed 4 years ago

sdementen commented 4 years ago

closes #37

Colin-b commented 4 years ago

Thanks I'll try to have a look before next release. If not it will be part of the following one, dropping support for python < 3.6, would it be ok ?

sdementen commented 4 years ago

Seen pkce is the new standard to use instead of the implicit flow, we will need this more and more. Changes are quite minimal (copy/past of authorization code with extra PKCE code verification)