Skip to content

Releases: googleapis/google-auth-library-python-oauthlib

v0.5.1

15 Mar 15:55
f424959
Compare
Choose a tag to compare

0.5.1 (2022-03-15)

Bug Fixes

  • avoid deprecated "out-of-band" authentication flow (#186) (f119c4e)

v0.5.0

24 Feb 00:14
e315cec
Compare
Choose a tag to compare

0.5.0 (2022-02-24)

Features

v0.4.6

01 Sep 09:47
d774c24
Compare
Choose a tag to compare

Bug Fixes

v0.4.5

29 Jul 16:48
705389b
Compare
Choose a tag to compare

Documentation

Miscellaneous Chores

v0.4.4

29 Mar 20:02
708be13
Compare
Choose a tag to compare

Bug Fixes

  • add redirect_uri_trailing slash param to run_local_server (#111) (666863a)

v0.4.3

01 Mar 17:03
59e4c58
Compare
Choose a tag to compare

Bug Fixes

  • add charset-utf-8 to response header (#104) (53e31e2)
  • deps: add lower bounds to all dependencies (#99) (5587c6a)

v0.4.2

28 Oct 16:47
7638659
Compare
Choose a tag to compare

Bug Fixes

  • don't open browser if port is occupied (#92) (0004057), closes #75

v0.4.1

04 Oct 16:25
3758d8c
Compare
Choose a tag to compare

Implementation Changes

  • Don't auto-generate code_verifier by default. (#48)

Internal / Testing Changes

  • Add renovate.json (#56)

v0.4.0

10 Jun 22:31
7ce2a72
Compare
Choose a tag to compare
  • Add get_user_credentials function to get your user credentials (#40)
  • Add noxfile (#43)
  • Implement code verifier (PKCE) (#42)
  • Use actual server port in redirect_uri to allow automatic assignment (#33)
  • Fix links after repo move to googleapis (#41)

v0.3.0

22 Mar 18:18
5442eef
Compare
Choose a tag to compare
  • Use utc when parsing expiration timestamp (#26)
  • Allow saving credentials in current directory (#25)