1. 6e86c93 Add error message to handle case of empty string or missing file for GOOGLE_APPLICATION_CREDENTIALS (#188) by weitaiting · 8 years ago
  2. 6a3f0ec Expose Project ID from service account credentials (#187) by Hiranya Jayathilaka · 8 years ago
  3. 2f44c49 low effort typo fix (#184) by Brent Shaffer · 8 years ago
  4. 1f93868 Release v1.0.2 (#180) by Jon Wayne Parrott · 8 years ago
  5. 4921d44 Fix retrieval of default project ID on Windows (#179) by PicardParis · 8 years ago
  6. d020426 Adding kokoro config (#176) by Jon Wayne Parrott · 8 years ago
  7. 1c51e93 Fix missing timeout argument for http.client transport (#175) by Jon Wayne Parrott · 8 years ago
  8. 22d9094 Documentation Update: Added instructions for using the library in App Engine (#172) by Hiranya Jayathilaka · 8 years ago
  9. 78fec2c Make testing style more consistent (#168) by Jon Wayne Parrott · 8 years ago
  10. cf93481 Add documentation around oauth2client deprecation (#165) by Jon Wayne Parrott · 8 years ago
  11. ec726bd Fix lint issues caught by new pylint (#166) by Jon Wayne Parrott · 8 years ago
  12. 9bea1b1 Release v1.0.1 (#159) by Jon Wayne Parrott · 8 years ago
  13. 7af9f66 Fix clock skew calculations (#158) by Jon Wayne Parrott · 8 years ago
  14. 709953d Release v1.0.0 (#156) by Jon Wayne Parrott · 8 years ago
  15. 5a44826 Remove additional packages (#154) by Jon Wayne Parrott · 8 years ago
  16. 8a8c4d2 Fix lint for latest pylint (#155) by Jon Wayne Parrott · 8 years ago
  17. 7b45217 Move run_pylint to gcp-devrel-py-tools (#153) by Jon Wayne Parrott · 8 years ago
  18. ca1eabc Release v0.10.0 (#151) by Jon Wayne Parrott · 8 years ago
  19. 26a1637 Expose id_token in OAuth 2.0 credentials (#150) by Jon Wayne Parrott · 8 years ago
  20. cfbfd25 Add jwt.OnDemandCredentials (#142) by Jon Wayne Parrott · 8 years ago
  21. 31c0863 Fix system tests when running on GCE by Jon Wayne Parrott · 8 years ago
  22. b33b802 Allow customizing the GCE metadata service address via an env var. (#148) by Craig Citro · 8 years ago
  23. 0c09c73 Use "gcloud config config-helper" to read the project ID from the Google Cloud SDK (#147) by Jon Wayne Parrott · 8 years ago
  24. e60c124 Add a consistent 5 minute clock skew accomodation (#145) by Jon Wayne Parrott · 8 years ago
  25. f0bc072 Remove unneeded import guard (#144) by Jon Wayne Parrott · 8 years ago
  26. 1049bb2 Release v0.9.0 (#143) by Jon Wayne Parrott · 8 years ago
  27. 75c78b2 Add service_account.Credentials.with_claims (#140) by Jon Wayne Parrott · 8 years ago
  28. d47281b Remove oauthlib modules from documentation, update user guide (#139) by Jon Wayne Parrott · 8 years ago
  29. 41a2bba Add InstalledAppFlow (#128) by Jon Wayne Parrott · 8 years ago
  30. 06a27e8 Separate oauthlib integration into its own package (#137) by Jon Wayne Parrott · 8 years ago
  31. 0190660 Use io.open instead of open in setup.py by Jon Wayne Parrott · 8 years ago
  32. c51d35a Test httplib2 transport package on travis (#135) by Jon Wayne Parrott · 8 years ago
  33. 05d4808 Stylesheet updates by Jon Wayne Parrott · 8 years ago
  34. 7828c1c Fix inclusion of tests package in setup.py (#131) by Jon Wayne Parrott · 8 years ago
  35. b9101e3 Add helpful error messages when importing optional dependencies (#125) by Jon Wayne Parrott · 8 years ago
  36. 8170194 Add details about oauthlib integration to the user guide (#126) by Jon Wayne Parrott · 8 years ago
  37. 8716141 Update gcloud in system tests (#123) by Jon Wayne Parrott · 8 years ago
  38. 2d0549a Add public properties to google.oauth2.credentials.Credentials (#124) by Jon Wayne Parrott · 8 years ago
  39. 3459d31 Test with Python 3.6 (#102) by Jon Wayne Parrott · 8 years ago
  40. b8f48d0 Add jwt.Credentials.from_signing_credentials, remove serivce_account.Credentials.to_jwt_credentials (#120) by Jon Wayne Parrott · 8 years ago
  41. 0c5503e Release v0.8.0 (#119) by Jon Wayne Parrott · 8 years ago
  42. ab08689 Remove one-time token behavior of JWT Credentials (#117) by Jon Wayne Parrott · 8 years ago
  43. 254befe Create abstract Verifier and Signer, remove key_id hack from App Engine and IAM signers (#115) by Jon Wayne Parrott · 8 years ago
  44. a209819 Fix gRPC to call credentials.before_request (#116) by Jon Wayne Parrott · 8 years ago
  45. 09568fd Fix some style issues in the docs by Jon Wayne Parrott · 8 years ago
  46. 8e1dc4f Release v0.7.0 (#111) by Jon Wayne Parrott · 8 years ago
  47. d722167 Add public property google.auth.credentials.Signing.signer (#110) by Jon Wayne Parrott · 8 years ago
  48. 5b4e9c8 Fix issue where GAE Signer erroneously returns a tuple from sign() (#109) by Jon Wayne Parrott · 8 years ago
  49. 924191c Add IAM signer (#108) by Jon Wayne Parrott · 8 years ago
  50. b0c6d19 Use same dependencies for tox -e docs and readthedocs by Jon Wayne Parrott · 8 years ago
  51. 04c263d Fix missing documentation dependency by Jon Wayne Parrott · 8 years ago
  52. 9857713 Release v0.6.0 (#107) by Jon Wayne Parrott · 8 years ago
  53. 3ff4d55 Refactor common code from google.oauth2.flow to google.oauth2.oauthlib (#106) by Jon Wayne Parrott · 8 years ago
  54. 474c8df Add warning about oauth2.flow (#105) by Jon Wayne Parrott · 8 years ago
  55. d095801 Fixing typo in google_auth_httplib2 README (#103) by Jakob Holmelund · 9 years ago
  56. 24d87e8 Remove experimental tag by Jon Wayne Parrott · 9 years ago
  57. 4382bc1 Add google.oauth2.flow - utility for doing OAuth 2.0 Authorization Flow (#100) by Jon Wayne Parrott · 9 years ago
  58. 20e6e58 Fix a few lint errors by Jon Wayne Parrott · 9 years ago
  59. 159077f Restore lint to Python 3.5 by Jon Wayne Parrott · 9 years ago
  60. 90c1c1b Release v0.5.0 (#98) by Jon Wayne Parrott · 9 years ago
  61. 54451fb Fix cyclic import and add Signer.from_service_account_info (#99) by Jon Wayne Parrott · 9 years ago
  62. 256d2bf Add app_engine.Signer (#97) by Jon Wayne Parrott · 9 years ago
  63. fc16929 Add crypt.Signer.from_service_account_file (#95) by Jon Wayne Parrott · 9 years ago
  64. b607507 Fix TypeError if error description is None (#96) by Jon Wayne Parrott · 9 years ago
  65. dc884c0 Fix app engine system test by Jon Wayne Parrott · 9 years ago
  66. 3bece75 Fix app engine system test by Jon Wayne Parrott · 9 years ago
  67. 443df66 Release v0.4.0 by Jon Wayne Parrott · 9 years ago
  68. d840bec Add proxy to httplib2.Http.connections (#91) by Jon Wayne Parrott · 9 years ago
  69. 4c883f0 Add Signing.singer_email (#89) by Jon Wayne Parrott · 9 years ago
  70. 56fe71a Make secure_authorized_channel pass kwargs to grpc.secure_channel (#90) by Jon Wayne Parrott · 9 years ago
  71. 3f44cd6 Release v0.3.2 by Jon Wayne Parrott · 9 years ago
  72. 6dca98c Fix circular import when importing google.oauth2 before google.auth (#88) by Jon Wayne Parrott · 9 years ago
  73. 746a0aa Release v0.3.1 by Jon Wayne Parrott · 9 years ago
  74. 97eb870 Fix ID token verification (#87) by Jon Wayne Parrott · 9 years ago
  75. 7bd15ac Release v0.3.0 (#83) by Jon Wayne Parrott · 9 years ago
  76. e2ab100 Add ID token verification helpers. (#82) by Jon Wayne Parrott · 9 years ago
  77. bdbf2b1 Fixing lint by Jon Wayne Parrott · 9 years ago
  78. 8784b23 Use autospec where appropriate by Jon Wayne Parrott · 9 years ago
  79. 8c3a10b Fix doc warnings by Jon Wayne Parrott · 9 years ago
  80. 840b3ac Swap target, request for request, target in secure_authorized_channel's argument order. (#81) by Jon Wayne Parrott · 9 years ago
  81. 53c7b17 Add basic user guide (#79) by Jon Wayne Parrott · 9 years ago
  82. 48c85f7 Fixing Tuple[...] type annotation in docstring. (#77) by Danny Hermes · 9 years ago
  83. 61ffb05 Make service_account_email public, read-only (#76) by Jon Wayne Parrott · 9 years ago
  84. 8a7e506 Add scope argument to default (#75) by Jon Wayne Parrott · 9 years ago
  85. ce37cba Add support for the GCLOUD_PROJECT environment variable (#73) by Jon Wayne Parrott · 9 years ago
  86. cadec89 Release v0.2.0 by Jon Wayne Parrott · 9 years ago
  87. a896d2a Add google.auth._oauth2client - helpers for oauth2client migration (#70) by Jon Wayne Parrott · 9 years ago
  88. b9897dc Add grpc transport (#67) by Jon Wayne Parrott · 9 years ago
  89. 9779181 Use a python script to define Pylint config rather than an ini file (#69) by Danny Hermes · 9 years ago
  90. 9a9ce2c Add requests transport (#66) by Jon Wayne Parrott · 9 years ago
  91. 70995a9 Regenerate and fix docs by Jon Wayne Parrott · 9 years ago
  92. f89a3cf Add with_scopes_if_required helper (#65) by Jon Wayne Parrott · 9 years ago
  93. ac3f975 Release v0.1.0 (#64) by Jon Wayne Parrott · 9 years ago
  94. aebd030 Add test for GCE default credentials (#62) by Jon Wayne Parrott · 9 years ago
  95. b551ef2 Move GAE environment setup to nox (#61) by Jon Wayne Parrott · 9 years ago
  96. bbc3943 Nox system test refactor (#60) by Jon Wayne Parrott · 9 years ago
  97. e163bc9 Fix template string in App Engine system tests. by Jon Wayne Parrott · 9 years ago
  98. 7a27f47 Add App Engine system tests (#59) by Jon Wayne Parrott · 9 years ago
  99. 421cc9b Add ADC system tests (#58) by Jon Wayne Parrott · 9 years ago
  100. 80f7ff2 Read cloud sdk active_config file to determine the right config file to read (#57) by Jon Wayne Parrott · 9 years ago