aboutsummaryrefslogtreecommitdiff
path: root/tests_async
AgeCommit message (Expand)Author
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-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-20revert: revert "feat: service account is able to use a private token endpoint...arithmetic1728
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-06-03fix: session object was never used in aiohttp request (#700) (#701)Slava
2021-04-23feat: add reauth support to async user credentials (#738)arithmetic1728
2021-02-25fix: use gcloud creds flow (#705)arithmetic1728
2020-09-28feat: add asyncio based auth flow (#612)Christopher Wilcox