aboutsummaryrefslogtreecommitdiff
path: root/google/auth
AgeCommit message (Expand)Author
2021-08-23fix: use 'int.to_bytes' rather than deprecated crypto wrapper (#848)Tres Seaver
2021-08-20fix: use int.from_bytes (#846)Bu Sun Kim
2021-08-19chore: release 2.0.1 (#845)release-please[bot]
2021-08-17fix: aws path normalization in windows (#842)bojeil-google
2021-08-17chore: set release version to 2.0.0 (#840)Bu Sun Kim
2021-08-03fix: Fix missing space in error message. (#821)Goran Obradovic
2021-08-03chore: release 2.0.0b1 (#823)release-please[bot]
2021-08-03fix!: drop support for Python 2.7 (#778)Tres Seaver
2021-07-27chore: release 1.34.0 (#816)release-please[bot]
2021-07-23fix: do not use the GAE APIs on gen2+ runtimes (#807)Zev Goldstein
2021-07-20chore: release 1.33.1 (#809)release-please[bot]
2021-07-20fix: fallback to source creds expiration in downscoped tokens (#805)bojeil-google
2021-07-14chore: release 1.33.0 (#800)release-please[bot]
2021-07-09feat: define `google.auth.downscoped.Credentials` class (#801)bojeil-google
2021-07-08feat: define `CredentialAccessBoundary` classes (#793)bojeil-google
2021-06-30chore: release 1.32.1 (#790)release-please[bot]
2021-06-30fix: avoid leaking sub-session created for '_auth_request' (#789)Tres Seaver
2021-06-21chore: release 1.32.0 (#779)release-please[bot]
2021-06-16feat: allow scopes for self signed jwt (#776)arithmetic1728
2021-06-10chore: release 1.31.0 (#771)release-please[bot]
2021-06-09fix: avoid deleting items while iterating (#772)bojeil-google
2021-06-09feat: define useful properties on `google.auth.external_account.Credentials` ...bojeil-google
2021-06-08chore: release 1.30.2 (#756)release-please[bot]
2021-06-03fix: session object was never used in aiohttp request (#700) (#701)Slava
2021-05-24chore: release 1.30.1 (#752)release-please[bot]
2021-05-20fix: allow user to customize context aware metadata path in _mtls_helper (#754)arithmetic1728
2021-05-18fix: fix function name in signing error message (#751)Aarni Koskela
2021-04-26chore: release 1.30.0 (#741)release-please[bot]
2021-04-15chore: release 1.29.0 (#735)release-please[bot]
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-08chore: release 1.28.1 (#730)release-please[bot]
2021-04-08fix: support custom alg in jwt header for signing (#729)arithmetic1728
2021-03-16chore: release 1.28.0 (#723)release-please[bot]
2021-03-16feat: expose library version at `google.auth.__version` (#683)Bu Sun Kim
2021-03-13feat: allow the AWS_DEFAULT_REGION environment variable (#721)Ryan Kohler
2021-02-26build: fix warnings in docgen (#711)Bu Sun Kim
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-12-11chore: fix typo (#647)Daniel Gorelik
2020-12-08chore: fix comment about clock_skew (#653)Bu Sun Kim
2020-12-07docs: fix typo in import (#651)Bu Sun Kim
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