Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.23.0 #107

Merged
merged 29 commits into from
Jan 7, 2025
Merged

Release 0.23.0 #107

merged 29 commits into from
Jan 7, 2025

Conversation

Colin-b
Copy link
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
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
Copy link

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
11 of 12 checks passed
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