Closed Colin-b closed 1 year ago
httpx_auth.OAuth2ResourceOwnerPasswordCredentials
client_auth
httpx_auth.OktaResourceOwnerPasswordCredentials
closes #54
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
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.closes #54