pydata-google-auth icon indicating copy to clipboard operation
pydata-google-auth copied to clipboard

A package providing helpers for authenticating to Google APIs.

Results 18 pydata-google-auth issues
Sort by recently updated
recently updated
newest added

Potentially could login with Azure / Amazon credentials to access Google APIs.

https://app.circleci.com/pipelines/github/pydata/pydata-google-auth/66/workflows/6ae852d3-577a-44c9-946d-c1938a5f7cb7/jobs/238 ``` Either git or ssh (required by git to clone through SSH) is not installed in the image. Falling back to CircleCI's native git client but the behavior may...

https://pydata-google-auth.readthedocs.io/en/latest/intro.html would benefit from having a code sample for creating a credentials object with GCP scopes for use in BigQuery.

type: feature request

From https://github.com/pydata/pandas-gbq/issues/53 One potential solution is to capture the output in the unit test and look for specific text : `'Go to the following link in your browser:' `, when...

type: process

Many of the instructions at https://pandas-gbq.readthedocs.io/en/latest/howto/authentication.html also apply to this library and whereever else it is used, such as in Ibis. We should pull relevant how-tos out of pandas-gbq and...

type: feature request

I think there's a flow to request additional scopes beyond those that a saved credential already has. We could use that flow in this case.

type: feature request

`~/.config` is actually part of the XDG standard. We should allow overriding it by the standard variables. * https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html * https://unix.stackexchange.com/a/33945/11193

good first issue
type: feature request