Skip to content

Releases: pydata/pydata-google-auth

Version 1.8.2

01 Aug 17:03
Compare
Choose a tag to compare

Bug Fixes

  • Ensure that the user credentials flow always gets a refresh token.
    (#72)

Version 1.8.0

09 May 16:39
07d4363
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.0...1.8.0

v1.7.0

07 Feb 22:02
Compare
Choose a tag to compare
  • Adds decision logic to handle use cases where a user may not have the ability to log in via an Out of Band authentication flow.
  • Also provides an OAuth page as part of the documentation.

Version 1.5.0

09 Jan 16:23
1d55d53
Compare
Choose a tag to compare

Changelog:

  • Adds ability to provide redirect uri. (#58)

Version 1.4.0

14 Mar 16:53
Compare
Choose a tag to compare
  • Default use_local_webserver to True. Google has deprecated the use_local_webserver = False "out of band" (copy-paste) flow. The use_local_webserver = False option is planned to stop working in October 2022.

Version 1.3.0

03 Dec 19:03
311a200
Compare
Choose a tag to compare
  • Adds support for Python 3.10. (#51)
  • Fixes typo in documentation. (#44)

Version 1.2.0

21 Apr 22:09
e798415
Compare
Choose a tag to compare

https://pypi.org/project/pydata-google-auth/1.2.0/

  • Adds pydata_google_auth.load_service_account_credentials() function to get service account credentials from the specified JSON path. (GH#39)

Version 1.1.0

23 Apr 14:36
c224a80
Compare
Choose a tag to compare
  • Try a range of ports between 8080 and 8090 when use_local_webserver is
    True. #35

(PyPI)

Version 1.0.0

23 Apr 14:31
6a780ba
Compare
Choose a tag to compare
  • Mark package as 1.0, generally available.
  • Update introduction with link to instructions on creating a Google Cloud
    project. #18

Version 0.3.0

04 Feb 18:53
dc6ce92
Compare
Choose a tag to compare
  • Add python -m pydata_google_auth CLI for working with user credentials. (#28)

PyPI