aboutsummaryrefslogtreecommitdiff
path: root/google/oauth2
AgeCommit message (Expand)Author
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-28fix: disable self signed jwt for domain wide delegation (#873)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-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-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-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-16feat: allow scopes for self signed jwt (#776)arithmetic1728
2021-04-23feat: add reauth support to async user credentials (#738)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-02-26build: fix warnings in docgen (#711)Bu Sun Kim
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-01feat: use self-signed jwt for service account (#665)Bu Sun Kim
2020-10-28Update example in oauth2.id_token docs (#624)matthewhughes934
2020-09-28feat: add asyncio based auth flow (#612)Christopher Wilcox
2020-09-17fix: fix expiry for `to_json()` (#589)wesley chun
2020-09-02refactor: split 'with_quota_project' into separate base class (#561)Bu Sun Kim
2020-07-09feat: add quota project to base credentials class (#546)Bu Sun Kim
2020-06-29feat: check 'iss' in `verify_oauth2_token` (#500)Bu Sun Kim
2020-06-11docs: update docstring of to_json() method (#511)alvyjudy
2020-06-10feat: add quota_project_id to service accounts; add with_quota_project method...Bu Sun Kim
2020-05-11fix: catch exceptions.RefreshError (#508)arithmetic1728
2020-04-01feat: add fetch_id_token to support id_token adc (#469)arithmetic1728
2020-03-27feat: add access token credentials (#476)arithmetic1728
2020-02-14Revert "fix: update `_GOOGLE_OAUTH2_CERTS_URL` (#365)" (#444)k-yone
2020-02-13docs(copyright): correct name of company for commits after 2015 (#440)C.J. Collier
2020-01-27fix: update `_GOOGLE_OAUTH2_CERTS_URL` (#365)Bu Sun Kim
2020-01-10fix: always pass body of type bytes to `google.auth.transport.Request` (#421)Bu Sun Kim
2019-12-18feat: send quota project id in x-goog-user-project for OAuth2 credentials (#412)Bu Sun Kim
2019-12-11fix: revert "feat: send quota project id in x-goog-user-project header for OA...Bu Sun Kim
2019-12-06feat: send quota project id in x-goog-user-project header for OAuth2 credenti...Bu Sun Kim
2019-12-05feat: add `to_json` method to google.oauth2.credentials.Credentials (#367)patkasper
2019-12-02fix: in token endpoint request, do not decode the response data if it is not ...Steve
2019-11-13fix: change 'internal_failure' condition to also use `error' field (#387)Georgy Savva
2019-10-21chore: blacken (#375)Bu Sun Kim
2019-09-09Add retry loop for fetching authentication token if any 'Internal Failure' o...Anjali Doneria
2019-07-25Use cls parameter instead of class (#341)Emile Caron
2019-05-22Add downscoping to ouath2 credentials (#309)Eugene W. Foley
2018-07-31Use new Auth URIs (#281)Thea Flowers
2018-05-24Raise a helpful exception when trying to refresh credentials without a refres...Thea Flowers
2018-02-08Improve documentation around ID Tokens (#224)Arlan Jaska
2018-02-08Add `google.oauth2.service_account.IDTokenCredentials`. (#234)Christophe Taton