- b86480e chore: migrate default branch from master to main (#849) by Anthonios Partheniou · 4 years, 3 months ago
- da8bb13 fix: downscoping documentation bugs (#830) by bojeil-google · 4 years, 3 months ago
- d1840dc docs: update user guide/references for downscoped creds (#827) by bojeil-google · 4 years, 3 months ago
- 4fd84bd docs: fix code block formatting in 'user-guide.rst' (#794) by Matt Seymour · 4 years, 4 months ago
- b1a12d2 build: fix warnings in docgen (#711) by Bu Sun Kim · 4 years, 9 months ago
- d4d7f38 feat: workload identity federation support (#698) by bojeil-google · 4 years, 9 months ago
- 684457a docs: fix a typo in the user guide (avaiable -> available) (#680) by DanielLearner · 4 years, 9 months ago
- 9dc2d86 Revert "feat: workload identity federation support (#686)" (#691) by Bu Sun Kim · 4 years, 9 months ago
- 5dcd2b1 feat: workload identity federation support (#686) by bojeil-google · 4 years, 9 months ago
- 7e15258 feat: add asyncio based auth flow (#612) by Christopher Wilcox · 5 years ago
- c0c995f feat: add GOOGLE_API_USE_CLIENT_CERTIFICATE support (#592) by arithmetic1728 · 5 years ago
- 1aad54a feat(packaging): add support for Python 3.8 (#569) by Tres Seaver · 5 years ago
- 506c565 feat: add fetch_id_token to support id_token adc (#469) by arithmetic1728 · 6 years ago
- e290a3d feat: Implement ES256 for JWT verification (#340) by Thea Flowers · 6 years ago
- 32d71a5 feat: send quota project id in x-goog-user-project for OAuth2 credentials (#412) by Bu Sun Kim · 6 years ago
- 25ea942 fix: revert "feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#400)" (#407) by Bu Sun Kim · 6 years ago
- ab3dc1e feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#400) by Bu Sun Kim · 6 years ago
- 65e33c0 build: fix system tests, move to Kokoro (#372) by Bu Sun Kim · 6 years ago
- 9eec091 chore: blacken (#375) by Bu Sun Kim · 6 years ago
- eae1dcb Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#368) by Anjali Doneria · 6 years ago
- 7a8641a Add support for imersonated_credentials.Sign, IDToken (#348) by salrashid123 · 6 years ago
- 0958d7a Update user-guide.rst (#337) by Alan Yee · 6 years ago
- 49a18c4 Add downscoping to ouath2 credentials (#309) by Eugene W. Foley · 6 years ago
- 4086543 doc: clarify which SA has Token Creator role (#330) by Tianzi Cai · 7 years ago
- 1fbc679 Add google.auth.impersonated_credentials (#299) by salrashid123 · 7 years ago
- b61cecd Corrected some typos (#265) by Rohan Talip · 7 years ago
- ce54cc3 Fix links to README and CONTRIBUTING in docs/index.rst (#260) by Thea Flowers · 7 years ago
- 4255b10 Improve documentation around ID Tokens (#224) by Arlan Jaska · 8 years ago
- ddf3cec Updated the doc with python setup guide (#204) by michaelawyu · 8 years ago
- 22d9094 Documentation Update: Added instructions for using the library in App Engine (#172) by Hiranya Jayathilaka · 8 years ago
- cf93481 Add documentation around oauth2client deprecation (#165) by Jon Wayne Parrott · 8 years ago
- d47281b Remove oauthlib modules from documentation, update user guide (#139) by Jon Wayne Parrott · 9 years ago
- 05d4808 Stylesheet updates by Jon Wayne Parrott · 9 years ago
- 8170194 Add details about oauthlib integration to the user guide (#126) by Jon Wayne Parrott · 9 years ago
- 09568fd Fix some style issues in the docs by Jon Wayne Parrott · 9 years ago
- 924191c Add IAM signer (#108) by Jon Wayne Parrott · 9 years ago
- 04c263d Fix missing documentation dependency by Jon Wayne Parrott · 9 years ago
- 3ff4d55 Refactor common code from google.oauth2.flow to google.oauth2.oauthlib (#106) by Jon Wayne Parrott · 9 years ago
- 4382bc1 Add google.oauth2.flow - utility for doing OAuth 2.0 Authorization Flow (#100) by Jon Wayne Parrott · 9 years ago
- 90c1c1b Release v0.5.0 (#98) by Jon Wayne Parrott · 9 years ago
- 443df66 Release v0.4.0 by Jon Wayne Parrott · 9 years ago
- 3f44cd6 Release v0.3.2 by Jon Wayne Parrott · 9 years ago
- e2ab100 Add ID token verification helpers. (#82) by Jon Wayne Parrott · 9 years ago
- 840b3ac Swap target, request for request, target in secure_authorized_channel's argument order. (#81) by Jon Wayne Parrott · 9 years ago
- 53c7b17 Add basic user guide (#79) by Jon Wayne Parrott · 9 years ago
- b9897dc Add grpc transport (#67) by Jon Wayne Parrott · 9 years ago
- 9a9ce2c Add requests transport (#66) by Jon Wayne Parrott · 9 years ago
- 70995a9 Regenerate and fix docs by Jon Wayne Parrott · 9 years ago
- aadb3de Implement application default credentials (#32) by Jon Wayne Parrott · 9 years ago
- 714fee0 Add urllib3 to docs dependencies by Jon Wayne Parrott · 9 years ago
- 49ef717 Regenerate docs by Jon Wayne Parrott · 9 years ago
- ab9eba3 Add service account credentials (#25) by Jon Wayne Parrott · 9 years ago
- 10ec7e9 Add oauth2 credentials (#24) by Jon Wayne Parrott · 9 years ago
- 71ce2a0 Add google.auth.credentials - the public interfaces for credentials (#8) by Jon Wayne Parrott · 9 years ago
- a60ab7f Add sphinx-docstring-typing by Jon Wayne Parrott · 9 years ago
- 27f6e1e Add urllib3 AuthorizedHttp (#19) by Jon Wayne Parrott · 9 years ago
- d2aec29 Color identifiers (descname) blue for readability by Jon Wayne Parrott · 9 years ago
- 0153288 Add stylesheet for slightly more legible docs by Jon Wayne Parrott · 9 years ago
- 50ee3f4 Update docs config by Jon Wayne Parrott · 9 years ago
- 92c7b94 Add urllib3 transport (#14) by Jon Wayne Parrott · 9 years ago
- 0178246 Add http.client transport (#10) by Jon Wayne Parrott · 9 years ago
- 5824ad8 Add google.auth.jwt (#7) by Jon Wayne Parrott · 9 years ago
- 8713a71 Add google.auth.crypt (#6) by Jon Wayne Parrott · 9 years ago
- 377f293 Basic project setup (#4) by Jon Wayne Parrott · 9 years ago