1. ae3bafd docs: add busunkim96 as maintainer (#373) by Bu Sun Kim · 6 years ago
  2. 21b4f1c Rename nox.py -> noxfile.py (#369) by Bu Sun Kim · 6 years ago
  3. eae1dcb Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#368) by Anjali Doneria · 6 years ago
  4. 7a8641a Add support for imersonated_credentials.Sign, IDToken (#348) by salrashid123 · 6 years ago
  5. 1322d89 Update dependency cachetools to v3 (#357) by Renovate Bot · 6 years ago
  6. 379dd3e Update dependency rsa to v4 (#358) by Renovate Bot · 6 years ago
  7. ccf2e50 Initial renovate config. (#356) by Tres Seaver · 6 years ago
  8. 530f5f9 Use cls parameter instead of class (#341) by Emile Caron · 6 years ago
  9. 0958d7a Update user-guide.rst (#337) by Alan Yee · 6 years ago
  10. cd93111 add compatibility check badges to README (#346) by ylil93 · 6 years ago
  11. 938e5d9 Use new pytest api to keep building with pytest 5 (#353) by Tomáš Chvátal · 6 years ago
  12. 38166b2 setup.py: set an upper bound on dependencies version (#352) by Jordan Pittier · 6 years ago
  13. 49a18c4 Add downscoping to ouath2 credentials (#309) by Eugene W. Foley · 6 years ago
  14. 2c6ad78 Fix typo in jwt docs. (#332) by Tianzi Cai · 6 years ago
  15. 4086543 doc: clarify which SA has Token Creator role (#330) by Tianzi Cai · 6 years ago
  16. 908da75 Require a minimum version of setuptools (#322) by Jeff Widman · 6 years ago
  17. 08272d8 Release 1.6.3 (#325) by Bu Sun Kim · 6 years ago
  18. 7a62768 Add retry to _metadata.ping() (#323) by Robert Barron · 6 years ago
  19. ae7e4f3 Follow rfc 7515 and strip padding from JWS segments (#324) by Aditya Natraj · 6 years ago
  20. b4eee9c Allow user to pass custom Session object to AuthorizedSession to make requests. (#306) by Brian Bao · 7 years ago
  21. 6e0781b _default.default() now handles ImportErrors for optional dependencies. (#313) by James Wilson · 7 years ago
  22. d14cb1e Update setup.py by Christopher Wilcox · 7 years ago
  23. 001133e Release 1.6.1 (#314) by Christopher Wilcox · 7 years ago
  24. 3f73694 Announce deprecation of Python 2.7 (#311) by Christopher Wilcox · 7 years ago
  25. 9cdfaaa Link all the PRs in CHANGELOG (#307) by Adam Johnson · 7 years ago
  26. 2dfe070 Release v1.6.1 (#305) by Thea Flowers · 7 years ago
  27. b29f262 Automatically refresh impersonated credentials (#304) by salrashid123 · 7 years ago
  28. fadb16c Release google-auth-library-python 1.6.0 (#303) by Thea Flowers · 7 years ago
  29. 1fbc679 Add google.auth.impersonated_credentials (#299) by salrashid123 · 7 years ago
  30. e04ee89 Update github issue templates (#300) by Justin Beckwith · 7 years ago
  31. 8d4051b Update trampoline.sh (#302) by Charles Engelke · 7 years ago
  32. a10b15e Enable static type checking with pytype (#298) by Teddy Sudol · 7 years ago
  33. f102825 Update link to documentation for default credentials (#296) by Christopher Wilcox · 7 years ago
  34. 5f65d27 Update README by Christopher Wilcox · 7 years ago
  35. 62cfc6d Remove punctuation which becomes part of the url (#284) by Jeffrey Sorensen · 7 years ago
  36. 4997be1 Make classifiers in setup.py an array. (#280) by Thilo Maurer · 7 years ago
  37. 137b43b Release v1.5.1 (#282) by Thea Flowers · 7 years ago
  38. 8147785 Fix check for error text on Python 3.7 (#278) by Felix Yan · 7 years ago
  39. b7eb1a7 Use new Auth URIs (#281) by Thea Flowers · 7 years ago
  40. edfe246 Add code-of-conduct codument. (#270) by Tres Seaver · 7 years ago
  41. ca18fcf Fix some typos in test_urllib3.py (#268) by Felix Yan · 7 years ago
  42. 193195e Release v1.5.0 (#267) by Thea Flowers · 7 years ago
  43. a8d9348 Warn when using user credentials from the Cloud SDK (#266) by Thea Flowers · 7 years ago
  44. 67456b4 Add compute engine-based IDTokenCredentials (#236) by Christophe Taton · 7 years ago
  45. b61cecd Corrected some typos (#265) by Rohan Talip · 7 years ago
  46. f5967d9 Release 1.4.2 (#263) by Thea Flowers · 7 years ago
  47. 118c048 Raise a helpful exception when trying to refresh credentials without a refresh token (#262) by Thea Flowers · 7 years ago
  48. ce54cc3 Fix links to README and CONTRIBUTING in docs/index.rst (#260) by Thea Flowers · 7 years ago
  49. 2f5cb2d Fix a typo in credentials.py. (#256) by Craig Citro · 7 years ago
  50. 839d468 Use pytest instead of py.test per upstream recommendation, #dropthedot (#255) by Ville Skyttä · 7 years ago
  51. 7e1270b Fix typo on exemple of jwt usage (#245) by Marco Rougeth · 7 years ago
  52. 5d53a96 Release v1.4.1 (#244) by Jon Wayne Parrott · 7 years ago
  53. d930fa8 Add a check for the cryptography version before attempting to use it. (#243) by Jon Wayne Parrott · 7 years ago
  54. 20ba485 Release v1.4.0 (#240) by Jon Wayne Parrott · 7 years ago
  55. 4255b10 Improve documentation around ID Tokens (#224) by Arlan Jaska · 7 years ago
  56. 1cd8390 Add `cryptography`-based RSA signer and verifier. (#185) by Danny Hermes · 7 years ago
  57. b649b43 Add `google.oauth2.service_account.IDTokenCredentials`. (#234) by Christophe Taton · 7 years ago
  58. dcbf1e0 Release v1.3.0 (#233) by Jon Wayne Parrott · 8 years ago
  59. 6d33993 Drop pylint for the time being. It served us well (#231) by Jon Wayne Parrott · 8 years ago
  60. 945c357 Drop direct pyasn1 dependency (#230) by Jon Wayne Parrott · 8 years ago
  61. 15af07b Check for the project ID env var before warning about missing project ID (#227) by Jacob Hayes · 8 years ago
  62. 369e2a7 Docstring fix for has_scopes() and with_scopes(). (#228) by Danny Hermes · 8 years ago
  63. 23c88f7 Add google.oauth2.credentials.Credentials.from_authorized_user_file (#226) by Hiranya Jayathilaka · 8 years ago
  64. f682cb2 Fix ReadOnlyScoped doc with_scopes (#219) by Ondrej Medek · 8 years ago
  65. 2857265 transport.requests: make credential refresh robust (#220) by Yuki Soma · 8 years ago
  66. 7578449 Release v1.2.1 (#216) by Jon Wayne Parrott · 8 years ago
  67. 6999666 Exclude compiled Python files in source distributions (#215) by Jon Wayne Parrott · 8 years ago
  68. 5d37a64 Updating docs for creating RSASigner from string (#213) by bene · 8 years ago
  69. 01efcd4 Merge pull request #212 from dhermes/six-raise-from by Danny Hermes · 8 years ago
  70. 0a93e87 Adding back "wrapped" exceptions in Refresh/Transport errors. by Danny Hermes · 8 years ago
  71. ae5d3a4 Lint fix. by Danny Hermes · 8 years ago
  72. 895e369 Using `six.raise_from` wherever possible. by Danny Hermes · 8 years ago
  73. b7b48f1 fix comment, seconds not sections (#210) by Albert-Jan Nijburg · 8 years ago
  74. 3ef03b3 Release v1.2.0 (#207) by Jon Wayne Parrott · 8 years ago
  75. b096a3d Add 'AnonymousCredentials' class. (#206) by Tres Seaver · 8 years ago
  76. ddf3cec Updated the doc with python setup guide (#204) by michaelawyu · 8 years ago
  77. df60b5c Release v1.1.1 (#201) by Jon Wayne Parrott · 8 years ago
  78. cb7b3c4 Fix OAuth2 credentials to inherit from ReadOnlyScoped instead of Scoped. (#200) by Mahmoud Bassiouny · 8 years ago
  79. b1ff283 Release v1.1.0 (#198) by Jon Wayne Parrott · 8 years ago
  80. 1cba0f8 Fix App Engine's expiration calculation (#197) by Jon Wayne Parrott · 8 years ago
  81. 4460a96 Fix typo of 'Only' as 'Onnly' (#196) by Jon Wayne Parrott · 8 years ago
  82. 4246832 Move read-only methods of 'Scoped' into new interface, 'ReadOnlyScoped'. (#195) by Tres Seaver · 8 years ago
  83. 9281ca0 Split crypt into a package to allow alternative implementations (#189) by Jon Wayne Parrott · 8 years ago
  84. 6e86c93 Add error message to handle case of empty string or missing file for GOOGLE_APPLICATION_CREDENTIALS (#188) by weitaiting · 8 years ago
  85. 6a3f0ec Expose Project ID from service account credentials (#187) by Hiranya Jayathilaka · 8 years ago
  86. 2f44c49 low effort typo fix (#184) by Brent Shaffer · 8 years ago
  87. 1f93868 Release v1.0.2 (#180) by Jon Wayne Parrott · 8 years ago
  88. 4921d44 Fix retrieval of default project ID on Windows (#179) by PicardParis · 8 years ago
  89. d020426 Adding kokoro config (#176) by Jon Wayne Parrott · 8 years ago
  90. 1c51e93 Fix missing timeout argument for http.client transport (#175) by Jon Wayne Parrott · 8 years ago
  91. 22d9094 Documentation Update: Added instructions for using the library in App Engine (#172) by Hiranya Jayathilaka · 8 years ago
  92. 78fec2c Make testing style more consistent (#168) by Jon Wayne Parrott · 8 years ago
  93. cf93481 Add documentation around oauth2client deprecation (#165) by Jon Wayne Parrott · 8 years ago
  94. ec726bd Fix lint issues caught by new pylint (#166) by Jon Wayne Parrott · 8 years ago
  95. 9bea1b1 Release v1.0.1 (#159) by Jon Wayne Parrott · 8 years ago
  96. 7af9f66 Fix clock skew calculations (#158) by Jon Wayne Parrott · 8 years ago
  97. 709953d Release v1.0.0 (#156) by Jon Wayne Parrott · 8 years ago
  98. 5a44826 Remove additional packages (#154) by Jon Wayne Parrott · 8 years ago
  99. 8a8c4d2 Fix lint for latest pylint (#155) by Jon Wayne Parrott · 8 years ago
  100. 7b45217 Move run_pylint to gcp-devrel-py-tools (#153) by Jon Wayne Parrott · 8 years ago