Skip to content

0.17.0 (2023-04-26)

Compare
Choose a tag to compare
@Colin-b Colin-b released this 26 Apr 16:15
· 227 commits to master since this release
53e063c

Changed

  • httpx_auth.OAuth2ResourceOwnerPasswordCredentials does not send basic authentication by default.

Added

  • client_auth as a parameter of httpx_auth.OAuth2ResourceOwnerPasswordCredentials. Allowing to provide any kind of optional authentication.
  • httpx_auth.OktaResourceOwnerPasswordCredentials providing Okta resource owner password credentials flow easy setup.