aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-11-01fix: fix error in sign_bytes (#905)arithmetic1728
2021-10-29fix: add fetch_id_token_credentials (#866)arithmetic1728
2021-10-25fix: add clock_skew_in_seconds to verify_token functions (#894)arithmetic1728
2021-10-21fix: add back python 2.7 for gcloud usage only (#892)arithmetic1728
2021-09-30fix: ADC with impersonated workforce pools (#877)bojeil-google
2021-09-28fix: disable self signed jwt for domain wide delegation (#873)arithmetic1728
2021-09-21chore: remove 'six' (#871)Tres Seaver
2021-09-21feat: add support for workforce pool credentials (#868)bojeil-google
2021-09-09fix: rename CLOCK_SKEW and separate client/server user case (#863)arithmetic1728
2021-09-07fix: add SAML challenge to reauth (#819)arithmetic1728
2021-09-07fix: disable warning if quota project id provided to auth.default() (#856)arithmetic1728
2021-08-16feat: service account is able to use a private token endpoint (#835)arithmetic1728
2021-08-03fix!: drop support for Python 2.7 (#778)Tres Seaver
2021-07-23fix: do not use the GAE APIs on gen2+ runtimes (#807)Zev Goldstein
2021-07-22feat: support refresh callable on google.oauth2.credentials.Credentials (#812)bojeil-google
2021-07-20revert: revert "feat: service account is able to use a private token endpoint...arithmetic1728
2021-07-20fix: fallback to source creds expiration in downscoped tokens (#805)bojeil-google
2021-07-14fix: fix fetch_id_token credential lookup order to match adc (#748)arithmetic1728
2021-07-14feat: service account is able to use a private token endpoint (#784)Chaoren
2021-07-09feat: define `google.auth.downscoped.Credentials` class (#801)bojeil-google
2021-07-08feat: define `CredentialAccessBoundary` classes (#793)bojeil-google
2021-06-30fix: avoid leaking sub-session created for '_auth_request' (#789)Tres Seaver
2021-06-16feat: allow scopes for self signed jwt (#776)arithmetic1728
2021-06-09feat: define useful properties on `google.auth.external_account.Credentials` ...bojeil-google
2021-05-20fix: allow user to customize context aware metadata path in _mtls_helper (#754)arithmetic1728
2021-04-15fix: Allow multiple audiences for id_token.verify_token (#733)Jonathan Beaulieu
2021-04-14feat: add reauth feature to user credentials (#727)arithmetic1728
2021-04-08fix: support custom alg in jwt header for signing (#729)arithmetic1728
2021-03-13feat: allow the AWS_DEFAULT_REGION environment variable (#721)Ryan Kohler
2021-03-08fix: fix unit tests so they can work in g3 (#714)arithmetic1728
2021-02-25fix: use gcloud creds flow (#705)arithmetic1728
2021-02-19fix: ignore gcloud warning when getting project id (#708)arithmetic1728
2021-02-16feat: workload identity federation support (#698)bojeil-google
2021-02-11Revert "feat: workload identity federation support (#686)" (#691)Bu Sun Kim
2021-02-09feat: workload identity federation support (#686)bojeil-google
2021-02-03feat: support self-signed jwt in requests and urllib3 transports (#679)Bu Sun Kim
2021-02-01feat: use self-signed jwt for service account (#665)Bu Sun Kim
2020-12-11fix: avoid losing the original '_include_email' parameter in impersonated cre...Pietro De Nicolao
2020-10-29feat: Add custom scopes for access tokens from the metadata service (#633)David Buxton
2020-10-23Change metadata service helper to work with any query parameters (#588)David Buxton
2020-09-17fix: fix expiry for `to_json()` (#589)wesley chun
2020-09-08fix: migrate signBlob to iamcredentials.googleapis.com (#600)Bu Sun Kim
2020-09-02refactor: split 'with_quota_project' into separate base class (#561)Bu Sun Kim
2020-08-27feat: add GOOGLE_API_USE_CLIENT_CERTIFICATE support (#592)arithmetic1728
2020-07-30fix: set Content-Type header in the request to signBlob API to avoid Invalid ...Kenji Imamula
2020-07-21test: add more tests for service account quota projects (#527)Bu Sun Kim
2020-07-17Revert "fix: migrate signBlob to iamcredentials.googleapis.com" (#563)Bu Sun Kim
2020-07-15fix: don't add empty quota project (#560)Bu Sun Kim
2020-07-09feat: add quota project to base credentials class (#546)Bu Sun Kim
2020-06-30fix: migrate signBlob to iamcredentials.googleapis.com (#553)bojeil-google