Skip to content

Release 0.23.0#107

Merged
Colin-b merged 29 commits intomasterfrom
develop
Jan 7, 2025
Merged

Release 0.23.0#107
Colin-b merged 29 commits intomasterfrom
develop

Conversation

@Colin-b
Copy link
Copy Markdown
Owner

@Colin-b Colin-b commented Jan 7, 2025

Fixed

  • Bearer tokens with nested JSON string are now properly handled. Thanks to Patrick Rodrigues.
  • Client credentials auth instances will now use credentials (client_id and client_secret) as well to distinguish tokens. This was an issue when the only parameters changing were the credentials.

Changed

  • Requires httpx==0.28.*
  • Exceptions issued by httpx_auth are now inheriting from httpx_auth.HttpxAuthException, itself inheriting from httpx.HTTPError, instead of Exception.

Added

  • Explicit support for python 3.13.

Colin-b and others added 29 commits March 8, 2024 12:02
Test steps will now ensure packages can be installed and imported
…n JWT Payloads

Signed-off-by: Patrick Rodrigues <23041890+pythrick@users.noreply.github.com>
Document workaround to run a text-mode browser in a subprocess
Update httpx to latest version
Fix JSONDecodeError due to Improper Handling of Nested JSON Strings in JWT Payloads
Test bearer token flow with nested JSON str
Use credentials as well to distinguish client credentials tokens
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Jan 7, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
50.6% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@Colin-b Colin-b merged commit f4c70b2 into master Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants