Skip to content

Releases: frankie567/httpx-oauth

v0.3.2

13 Aug 11:40
242aa47
Compare
Choose a tag to compare

Improvements

  • Bump dependencies:
    • httpx >0.13,<0.15

v0.3.1

16 Jul 16:19
Compare
Choose a tag to compare

Fixes

  • Fix #132: Google OAuth get_id_email was not working due to a wrong request authentication (thanks @serain)
  • Fix #138: GitHub OAuth was not working due to a urlencoded response by default (thanks @serain)

v0.3.0

02 Jun 05:44
Compare
Choose a tag to compare

Improvements

  • Bump dependencies:
    • httpx >0.13,<0.14

v0.2.2

09 Apr 15:09
Compare
Choose a tag to compare

Improvements

  • Bump dependencies:
    • httpx >=0.12,<0.13

v0.2.1

07 Feb 07:44
Compare
Choose a tag to compare

Improvements

  • Relax the httpx dependency constraint: >=0.11,<0.12

v0.2.0

16 Jan 18:19
Compare
Choose a tag to compare

New features

  • get_id_email method on OAuth2 client to retrieve user id and email. [Documentation]
  • OAuth2AuthorizeCallback for FastAPI can now generate the callback route based on the path route name. [Documentation]

v0.1.2

13 Jan 11:14
Compare
Choose a tag to compare

Improvements

  • Bump dependencies:
    • httpx==0.11.0

v0.1.1

12 Dec 06:59
Compare
Choose a tag to compare

Fixes

  • Add missing typing_extensions dependency in dist package.

v0.1.0

08 Dec 12:17
Compare
Choose a tag to compare

First working version 🎉

  • OAuth2 client
  • Built-in clients: Facebook, GitHub, Google, LinkedIn
  • Basic FastAPI integration