Httpx Oauth Versions Save

Async OAuth client using HTTPX

v0.10.2

1 year ago

Bump version 0.10.1 → 0.10.2

New features

  • New clients added for Kakao and Naver. Thanks @joonas-yoon 🎉

Improvements

  • Fix typings with newer versions of mypy
  • Move to Hatch for package management
  • Enable Python 3.11 in test matrix

v0.10.1

1 year ago

Improvements

  • Add branding for Reddit and Discord clients.

v0.10.0

1 year ago

Breaking changes

  • The return type of get_id_email is now Tuple[str, Optional[str]), which means the email is now optional and can be None.
    • This will help to better support providers that don't always provide an email address.

New features and improvements

  • New OpenID client, with automatic endpoints discovery. [Documentation]
  • Okta client implementation revamped using the OpenID client as a basis.

v0.9.1

1 year ago

Bug fixes

  • Fix SVG logos

v0.9.0

1 year ago

New features

  • Add display name and SVG logo for some clients: Facebook, GitHub, Google, LinkedIn and Microsoft

v0.8.1

1 year ago

Improvements

  • OAuth2 client will now catch all 4XX errors, not only 400 ones.

v0.8.0

1 year ago

New features

  • Discord client added. [Documentation] Thanks @williamhatcher 🚀

v0.7.0

2 years ago

Improvements

  • Allow customization of the httpx.AsyncClient by overloading the get_httpx_client method. [Documentation]
  • Bump dependencies:
    • httpx >=0.18,<0.24

v0.6.0

2 years ago

New features

v0.5.0

2 years ago

New features and improvements

  • OAuth2 client now supports PKCE code-verifier. Thanks @stepan-chatalyan 🎉
  • Okta client added. Thanks @KentonParton 🎉