Skip to content

7.0.0 (2023-04-27)

Compare
Choose a tag to compare
@Colin-b Colin-b released this 27 Apr 16:15
· 1 commit to master since this release
55ec3a5

Changed

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

Added

  • session_auth as a parameter of requests_auth.OAuth2ResourceOwnerPasswordCredentials. Allowing to provide any kind of optional authentication.
  • requests_auth.OktaResourceOwnerPasswordCredentials providing Okta resource owner password credentials flow easy setup.
  • Explicit support for Python 3.11

Removed

  • Explicit support for Python 3.6