Skip to content

Releases: pydata/pydata-google-auth

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

Version 0.2.1

13 Dec 17:34
d0644d2
Compare
Choose a tag to compare
  • Re-enable auth_local_webserver in default method. Show warning, rather than fallback to console. (d0644d2)

Version 0.2.0

12 Dec 22:45
e53f8d2
Compare
Choose a tag to compare
  • Deprecate auth_local_webserver argument in favor of use_local_webserver argument (#20).

New Features

  • Add pydata_google_auth.save_user_credentials() function to get user credentials and then save them to a specified JSON path. (#22)

Bug Fixes

  • Update OAuth2 token endpoint to latest URI from Google. (#27)
  • Don’t raise error when the APPDATA environment variable isn’t set on Windows. (#29)

Version 0.1.3

26 Feb 22:16
1bbc5a6
Compare
Choose a tag to compare
  • Respect the dirname and filename arguments to the ReadWriteCredentialsCache and WriteOnlyCredentialsCache constructors. (#16, #17)

Version 0.1.2

01 Feb 23:55
5a6d2cf
Compare
Choose a tag to compare

Bug Fixes

  • Don’t write to the filesystem at module import time. This fixes an issue where the module could not be imported on systems where the file system is unwriteable. (#10, #11)

Version 0.1.1

01 Feb 21:22
c733c86
Compare
Choose a tag to compare
  • Add LICENSE.txt to package manifest. (c733c86)
  • Document privacy policy. (5378c79)

Version 0.1.0

23 Oct 19:18
95e0445
Compare
Choose a tag to compare

Initial release of pydata-google-auth, which is a fork of the authentication logic from the pandas-gbq package. This package assists in authenticating to Google APIs so that the credentials can be used in other packages, such as pandas-gbq, ibis, and the official google-cloud-python libraries.

See the full documentation at https://pydata-google-auth.readthedocs.io/en/latest/ for details.