1. cfbfd25 Add jwt.OnDemandCredentials (#142) by Jon Wayne Parrott · 8 years ago
  2. 31c0863 Fix system tests when running on GCE by Jon Wayne Parrott · 8 years ago
  3. b33b802 Allow customizing the GCE metadata service address via an env var. (#148) by Craig Citro · 8 years ago
  4. 0c09c73 Use "gcloud config config-helper" to read the project ID from the Google Cloud SDK (#147) by Jon Wayne Parrott · 8 years ago
  5. e60c124 Add a consistent 5 minute clock skew accomodation (#145) by Jon Wayne Parrott · 8 years ago
  6. f0bc072 Remove unneeded import guard (#144) by Jon Wayne Parrott · 8 years ago
  7. 1049bb2 Release v0.9.0 (#143) by Jon Wayne Parrott · 8 years ago
  8. 75c78b2 Add service_account.Credentials.with_claims (#140) by Jon Wayne Parrott · 8 years ago
  9. d47281b Remove oauthlib modules from documentation, update user guide (#139) by Jon Wayne Parrott · 8 years ago
  10. 41a2bba Add InstalledAppFlow (#128) by Jon Wayne Parrott · 8 years ago
  11. 06a27e8 Separate oauthlib integration into its own package (#137) by Jon Wayne Parrott · 8 years ago
  12. 0190660 Use io.open instead of open in setup.py by Jon Wayne Parrott · 8 years ago
  13. c51d35a Test httplib2 transport package on travis (#135) by Jon Wayne Parrott · 8 years ago
  14. 05d4808 Stylesheet updates by Jon Wayne Parrott · 8 years ago
  15. 7828c1c Fix inclusion of tests package in setup.py (#131) by Jon Wayne Parrott · 8 years ago
  16. b9101e3 Add helpful error messages when importing optional dependencies (#125) by Jon Wayne Parrott · 8 years ago
  17. 8170194 Add details about oauthlib integration to the user guide (#126) by Jon Wayne Parrott · 8 years ago
  18. 8716141 Update gcloud in system tests (#123) by Jon Wayne Parrott · 8 years ago
  19. 2d0549a Add public properties to google.oauth2.credentials.Credentials (#124) by Jon Wayne Parrott · 8 years ago
  20. 3459d31 Test with Python 3.6 (#102) by Jon Wayne Parrott · 8 years ago
  21. b8f48d0 Add jwt.Credentials.from_signing_credentials, remove serivce_account.Credentials.to_jwt_credentials (#120) by Jon Wayne Parrott · 8 years ago
  22. 0c5503e Release v0.8.0 (#119) by Jon Wayne Parrott · 8 years ago
  23. ab08689 Remove one-time token behavior of JWT Credentials (#117) by Jon Wayne Parrott · 8 years ago
  24. 254befe Create abstract Verifier and Signer, remove key_id hack from App Engine and IAM signers (#115) by Jon Wayne Parrott · 8 years ago
  25. a209819 Fix gRPC to call credentials.before_request (#116) by Jon Wayne Parrott · 8 years ago
  26. 09568fd Fix some style issues in the docs by Jon Wayne Parrott · 8 years ago
  27. 8e1dc4f Release v0.7.0 (#111) by Jon Wayne Parrott · 8 years ago
  28. d722167 Add public property google.auth.credentials.Signing.signer (#110) by Jon Wayne Parrott · 8 years ago
  29. 5b4e9c8 Fix issue where GAE Signer erroneously returns a tuple from sign() (#109) by Jon Wayne Parrott · 8 years ago
  30. 924191c Add IAM signer (#108) by Jon Wayne Parrott · 8 years ago
  31. b0c6d19 Use same dependencies for tox -e docs and readthedocs by Jon Wayne Parrott · 8 years ago
  32. 04c263d Fix missing documentation dependency by Jon Wayne Parrott · 8 years ago
  33. 9857713 Release v0.6.0 (#107) by Jon Wayne Parrott · 8 years ago
  34. 3ff4d55 Refactor common code from google.oauth2.flow to google.oauth2.oauthlib (#106) by Jon Wayne Parrott · 8 years ago
  35. 474c8df Add warning about oauth2.flow (#105) by Jon Wayne Parrott · 8 years ago
  36. d095801 Fixing typo in google_auth_httplib2 README (#103) by Jakob Holmelund · 9 years ago
  37. 24d87e8 Remove experimental tag by Jon Wayne Parrott · 9 years ago
  38. 4382bc1 Add google.oauth2.flow - utility for doing OAuth 2.0 Authorization Flow (#100) by Jon Wayne Parrott · 9 years ago
  39. 20e6e58 Fix a few lint errors by Jon Wayne Parrott · 9 years ago
  40. 159077f Restore lint to Python 3.5 by Jon Wayne Parrott · 9 years ago
  41. 90c1c1b Release v0.5.0 (#98) by Jon Wayne Parrott · 9 years ago
  42. 54451fb Fix cyclic import and add Signer.from_service_account_info (#99) by Jon Wayne Parrott · 9 years ago
  43. 256d2bf Add app_engine.Signer (#97) by Jon Wayne Parrott · 9 years ago
  44. fc16929 Add crypt.Signer.from_service_account_file (#95) by Jon Wayne Parrott · 9 years ago
  45. b607507 Fix TypeError if error description is None (#96) by Jon Wayne Parrott · 9 years ago
  46. dc884c0 Fix app engine system test by Jon Wayne Parrott · 9 years ago
  47. 3bece75 Fix app engine system test by Jon Wayne Parrott · 9 years ago
  48. 443df66 Release v0.4.0 by Jon Wayne Parrott · 9 years ago
  49. d840bec Add proxy to httplib2.Http.connections (#91) by Jon Wayne Parrott · 9 years ago
  50. 4c883f0 Add Signing.singer_email (#89) by Jon Wayne Parrott · 9 years ago
  51. 56fe71a Make secure_authorized_channel pass kwargs to grpc.secure_channel (#90) by Jon Wayne Parrott · 9 years ago
  52. 3f44cd6 Release v0.3.2 by Jon Wayne Parrott · 9 years ago
  53. 6dca98c Fix circular import when importing google.oauth2 before google.auth (#88) by Jon Wayne Parrott · 9 years ago
  54. 746a0aa Release v0.3.1 by Jon Wayne Parrott · 9 years ago
  55. 97eb870 Fix ID token verification (#87) by Jon Wayne Parrott · 9 years ago
  56. 7bd15ac Release v0.3.0 (#83) by Jon Wayne Parrott · 9 years ago
  57. e2ab100 Add ID token verification helpers. (#82) by Jon Wayne Parrott · 9 years ago
  58. bdbf2b1 Fixing lint by Jon Wayne Parrott · 9 years ago
  59. 8784b23 Use autospec where appropriate by Jon Wayne Parrott · 9 years ago
  60. 8c3a10b Fix doc warnings by Jon Wayne Parrott · 9 years ago
  61. 840b3ac Swap target, request for request, target in secure_authorized_channel's argument order. (#81) by Jon Wayne Parrott · 9 years ago
  62. 53c7b17 Add basic user guide (#79) by Jon Wayne Parrott · 9 years ago
  63. 48c85f7 Fixing Tuple[...] type annotation in docstring. (#77) by Danny Hermes · 9 years ago
  64. 61ffb05 Make service_account_email public, read-only (#76) by Jon Wayne Parrott · 9 years ago
  65. 8a7e506 Add scope argument to default (#75) by Jon Wayne Parrott · 9 years ago
  66. ce37cba Add support for the GCLOUD_PROJECT environment variable (#73) by Jon Wayne Parrott · 9 years ago
  67. cadec89 Release v0.2.0 by Jon Wayne Parrott · 9 years ago
  68. a896d2a Add google.auth._oauth2client - helpers for oauth2client migration (#70) by Jon Wayne Parrott · 9 years ago
  69. b9897dc Add grpc transport (#67) by Jon Wayne Parrott · 9 years ago
  70. 9779181 Use a python script to define Pylint config rather than an ini file (#69) by Danny Hermes · 9 years ago
  71. 9a9ce2c Add requests transport (#66) by Jon Wayne Parrott · 9 years ago
  72. 70995a9 Regenerate and fix docs by Jon Wayne Parrott · 9 years ago
  73. f89a3cf Add with_scopes_if_required helper (#65) by Jon Wayne Parrott · 9 years ago
  74. ac3f975 Release v0.1.0 (#64) by Jon Wayne Parrott · 9 years ago
  75. aebd030 Add test for GCE default credentials (#62) by Jon Wayne Parrott · 9 years ago
  76. b551ef2 Move GAE environment setup to nox (#61) by Jon Wayne Parrott · 9 years ago
  77. bbc3943 Nox system test refactor (#60) by Jon Wayne Parrott · 9 years ago
  78. e163bc9 Fix template string in App Engine system tests. by Jon Wayne Parrott · 9 years ago
  79. 7a27f47 Add App Engine system tests (#59) by Jon Wayne Parrott · 9 years ago
  80. 421cc9b Add ADC system tests (#58) by Jon Wayne Parrott · 9 years ago
  81. 80f7ff2 Read cloud sdk active_config file to determine the right config file to read (#57) by Jon Wayne Parrott · 9 years ago
  82. e40a9b3 Fix typo by Jon Wayne Parrott · 9 years ago
  83. cf672c2 Add oauth2.credentials system tests (#56) by Jon Wayne Parrott · 9 years ago
  84. f7b9279 Add compute engine system tests (#54) by Jon Wayne Parrott · 9 years ago
  85. 447c5be Add system tests for service account credentials (#51) by Jon Wayne Parrott · 9 years ago
  86. 5b03ba1 Add _metadata.get_project_id. by Jon Wayne Parrott · 9 years ago
  87. 2148fde Add GAE to application default credentials. by Jon Wayne Parrott · 9 years ago
  88. 0471475 Add app engine credentials (#46) by Jon Wayne Parrott · 9 years ago
  89. 7e29eda Add service_account.Credentials.to_jwt_credentials (#45) by Jon Wayne Parrott · 9 years ago
  90. 90db9f2 Add httplib2 transport (#34) by Jon Wayne Parrott · 9 years ago
  91. 246df81 Add python setup.py check to lint by Jon Wayne Parrott · 9 years ago
  92. aadb3de Implement application default credentials (#32) by Jon Wayne Parrott · 9 years ago
  93. 714fee0 Add urllib3 to docs dependencies by Jon Wayne Parrott · 9 years ago
  94. 49ef717 Regenerate docs by Jon Wayne Parrott · 9 years ago
  95. 807032c Consolidate service account file loading logic. (#31) by Jon Wayne Parrott · 9 years ago
  96. 081ecf9 Merge pull request #30 from GoogleCloudPlatform/dhermes-patch-1 by Danny Hermes · 9 years ago
  97. 93d1aa4 Handle case: additional claims empty but mutable by Danny Hermes · 9 years ago
  98. 54a8517 Fix import order by Jon Wayne Parrott · 9 years ago
  99. abcd3ed Add JWT credentials (#21) by Jon Wayne Parrott · 9 years ago
  100. ab9eba3 Add service account credentials (#25) by Jon Wayne Parrott · 9 years ago