Releases: pydata/pydata-google-auth
Releases · pydata/pydata-google-auth
Version 0.3.0
Version 0.2.1
- Re-enable
auth_local_webserver
in default method. Show warning, rather than fallback to console. (d0644d2)
Version 0.2.0
Version 0.1.3
Version 0.1.2
Version 0.1.1
Version 0.1.0
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.
- Use the pydata_google_auth.get_user_credentials() function to get user credentials, authenticated to Google APIs.
- Use the pydata_google_auth.default() function to get Application Default Credentials and fallback to user credentials when no valid Application Default Credentials are found.
See the full documentation at https://pydata-google-auth.readthedocs.io/en/latest/ for details.