Httpx Oauth Versions Save

Async OAuth client using HTTPX

v0.14.1

1 month ago

Bump version 0.14.0 → 0.14.1

Bug fixes

  • Handle GitHub refresh tokens errors not following the standard.

v0.14.0

1 month ago

Bump version 0.13.3 → 0.14.0

Improvements

v0.13.3

1 month ago

Bump version 0.13.2 → 0.13.3

Improvements

  • Enable Python 3.12 support
  • Bump dependencies:
    • httpx >=0.18,<0.28

v0.13.2

3 months ago

Bump version 0.13.1 → 0.13.2

Bug fixes and improvements

  • Fix #317: GitHub client returns the primary email by default. Thanks @lloesche 🎉
  • Bump dependencies:
    • httpx >=0.18,<0.27

v0.13.1

3 months ago

Bump version 0.13.0 → 0.13.1

Improvements

  • Bump dependencies:
    • httpx >=0.18,<0.26

v0.13.0

10 months ago

Bump version 0.12.0 → 0.13.0

Breaking changes

  • Drop Python 3.7 support

v0.12.0

10 months ago

Bump version 0.11.2 → 0.12.0

New features

v0.11.2

1 year ago

Bump version 0.11.1 → 0.11.2

Bug fixes

  • Fix FranceConnect: nonce is required

v0.11.1

1 year ago

Bump version 0.11.0 → 0.11.1

Improvements

  • New client for FranceConnect

v0.11.0

1 year ago

Bump version 0.10.2 → 0.11.0

Breaking change

  • GoogleOAuth2 client: change parameter name from scope to scopes.
    • This is for consistency with other clients.
    • Thanks @Gr3atWh173 for raising and solving this point 🎉