0.17.0 (2023-04-26)
Changed
httpx_auth.OAuth2ResourceOwnerPasswordCredentials
does not send basic authentication by default.
Added
client_auth
as a parameter ofhttpx_auth.OAuth2ResourceOwnerPasswordCredentials
. Allowing to provide any kind of optional authentication.httpx_auth.OktaResourceOwnerPasswordCredentials
providing Okta resource owner password credentials flow easy setup.