1. 8f8bf75 Revert "Upgrade oauth2client to v4.1.3" by Kevin Cheng · 5 years ago
  2. 5acb77a Upgrade oauth2client to v4.1.3 by Haibo Huang · 5 years ago
  3. 50d2053 Release v4.1.3 and update OAuth2 URIs. Fixes #742. (#743) by Matt Houglum · 6 years ago
  4. 1af3acd Merge commit 'ae733129' into oauth2client v3.0.0 by cylan · 6 years ago
  5. 1c56925 Escape error reason for oauth2 callback in django_util (#724) by Jon Wayne Parrott · 7 years ago
  6. d94570e Release v4.1.2 (#721) by Spyros Trigazis · 7 years ago
  7. 97320af Release v4.1.1 (#718) by Tomas Reimers · 7 years ago
  8. a1da72d Pass prompt='consent' from flow_from_clientsecrets (#717) by Tomas Reimers · 7 years ago
  9. 00926f2 Release v4.1.0 and deprecate the library (#714) by Jon Wayne Parrott · 7 years ago
  10. cf13958 Escape callback error code (#710) by Jon Wayne Parrott · 7 years ago
  11. feec15f Allow customizing the GCE metadata service address via an env var. (#704) by Craig Citro · 7 years ago
  12. c055e7f Typo fix. (#697) by Craig Citro · 7 years ago
  13. f75203e Remove b64 padding from PKCE values, per RFC7636 (#683) by Brendan McCollam · 8 years ago
  14. f7f656d Store original encoded and signed identity JWT in OAuth2Credentials (#680) by Clancy Childs · 8 years ago
  15. d007870 Use jsonpickle if possible by Christian Pedersen · 8 years ago
  16. a731be3 Release v4.0.0 (#666) by Jon Wayne Parrott · 8 years ago
  17. 999de3a Try to revoke token with POST when getting a 405 (#662) by Liran Nuna · 8 years ago
  18. 8a6e3b2 Fix django authorization redirect by correctly checking validity of credentials (#651) by Bill Prin · 8 years ago
  19. ebe9ed0 Correct query loss when using parse_qsl to dict by Danny Hermes · 8 years ago
  20. e332a51 Use transport module for GCE environment check. by Danny Hermes · 8 years ago
  21. 547d600 Merge pull request #627 from jonparrott/no-author by Nathaniel Manista · 8 years ago
  22. a1136db Remove __author__ lines, add contributors.md by Jon Wayne Parrott · 8 years ago
  23. c9b4b07 Switch django models from pickle to jsonpickle (#614) by Bill Prin · 8 years ago
  24. 3614fd1 Add support for RFC7636 PKCE (#588) by Brendan McCollam · 8 years ago
  25. 619dff8 Support new MIDDLEWARE Django 1.10 Setting (#623) by Bill Prin · 8 years ago
  26. f439dcb Change status access from header to attribute. (#616) by Danny Hermes · 8 years ago
  27. 6a12a1f Remove usage of os.environ.setdefault (#621) by Danny Hermes · 8 years ago
  28. a10eb17 Remove backslash line continuations by Danny Hermes · 8 years ago
  29. f282a92 Remove distinction between http and http.request (#602) by Danny Hermes · 8 years ago
  30. b1a1743 Using transport helper for calling http.request() (#586) by Danny Hermes · 8 years ago
  31. 2f5c53b Merge util.py and _helpers.py by Pat Ferate · 8 years ago
  32. 0dc30bc Remove contrib.multistore_file (#589) by Jon Wayne Parrott · 8 years ago
  33. 80fff4b Remove httplib2 imports from non-transport modules. by Danny Hermes · 8 years ago
  34. eb019c2 Handle missing storage files (#576) by Pat Ferate · 8 years ago
  35. c12eabb Update version number to v3.0.0 by Jon Wayne Parrott · 8 years ago
  36. 7b364c2 Merge pull request #572 from jonparrott/auth-approval-prompt by Nathaniel Manista · 8 years ago
  37. 6807d7d Add deprecation warning to multistore_file. by Jon Wayne Parrott · 8 years ago
  38. e9bcd2d Add warnings and helpers for prompt='consent'. by Jon Wayne Parrott · 8 years ago
  39. 323e5fa Merge pull request #571 from jonparrott/fix-gce-timeout by Nathaniel Manista · 8 years ago
  40. 216c7c9 Add configurable timeout for metadata server. by Jon Wayne Parrott · 8 years ago
  41. 2d270b0 Change Application Default Credentials resolution order. by Jon Wayne Parrott · 8 years ago
  42. f31e1e0 Update imports to only Packages or Modules by Pat Ferate · 8 years ago
  43. 25165ad Refactor Django helpers (#546) by Bill Prin · 8 years ago
  44. 2bbada5 Remove httplib2 parts from service_account module. by Danny Hermes · 8 years ago
  45. 213050d Begin transport module for httplib2 specific pieces. by Danny Hermes · 8 years ago
  46. a7cddf2 Update string formatters to new style by Pat Ferate · 8 years ago
  47. cd635f4 Remove custom contrib.appengine exceptions (#533) by Pat Ferate · 8 years ago
  48. 66d4725 Add oauth2client.contrib.multiprocess_storage (#504) by Jon Wayne Parrott · 8 years ago
  49. 09e9420 Check for Google import order style in flake8 by Pat Ferate · 8 years ago
  50. 6b6c56d More general PEP8 cleanup by Pat Ferate · 8 years ago
  51. 5ef8bb0 Resolve lines over 80 characters by Pat Ferate · 8 years ago
  52. 9f9dbc2 Clean up command line messages by Pat Ferate · 8 years ago
  53. 1934bfb Clean up whitespace by Pat Ferate · 8 years ago
  54. 514c170 Remove unused local variable assignment by Pat Ferate · 8 years ago
  55. c8640c0 Remove unused imports by Pat Ferate · 8 years ago
  56. 267bbc5 Merge pull request #527 from miedzinski/sqlalchemy-storage by Nathaniel Manista · 8 years ago
  57. a4e3431 Add exception text to exit message (#530) by Pat Ferate · 8 years ago
  58. 5048d83 Add SQLAlchemy storage by Dominik Miedziński · 9 years ago
  59. 5454867 Populate scopes for gce.AppAssertionCredentials (#524) by elibixby · 8 years ago
  60. c82816c Move compute engine metadata interface into a separate module (#520) by elibixby · 8 years ago
  61. 54d7dce Populate token expiry for GCE credentials (#473) by Ben Demaree · 8 years ago
  62. a897392 Release v2.2.0 by Jon Wayne Parrott · 8 years ago
  63. b557440 Support token_uri and revoke_uri in ServiceAccountCredentials (#510) by thobrla · 8 years ago
  64. f5ae963 Handle OSError cases in multistore_file (#517) by thobrla · 8 years ago
  65. a3cbf51 django 1.10 fix (#516) by Bill Prin · 8 years ago
  66. 61793ad Release v2.1.0 by Jon Wayne Parrott · 8 years ago
  67. e54e289 Merge pull request #488 from dhermes/swap-to-utcnow by Nathaniel Manista · 8 years ago
  68. 82cde04 Added JWTAccessCredentials. by Ken Payson · 8 years ago
  69. 4a2ffba Release v2.0.2. by Jon Wayne Parrott · 8 years ago
  70. 17d6230 Fix flask_util docstrings concerning GOOGLE_OAUTH2_CLIENT_SECRETS_FILE by Jon Wayne Parrott · 8 years ago
  71. dd33fcc Pop Oauth flow rather then get by Bill Prin · 8 years ago
  72. 4ab502b Get django_orm to 100% coverage by Bill Prin · 8 years ago
  73. 2f72420 100% coverage for oauth2client.contrib.multistore_file by Jon Wayne Parrott · 8 years ago
  74. 7408a64 Replacing now() with utcnow() in device info code. by Danny Hermes · 8 years ago
  75. ef33f70 Merge pull request #486 from dhermes/cover-client-v7 by Danny Hermes · 8 years ago
  76. a018723 Merge pull request #478 from jonparrott/openers by Danny Hermes · 8 years ago
  77. b26f778 Getting client.py to 100% coverage. by Danny Hermes · 8 years ago
  78. fffede8 Adding test coverage for client.py. by Danny Hermes · 8 years ago
  79. 4ada106 Adding more branch coverage in client.py. by Danny Hermes · 8 years ago
  80. 085c470 Improving test branch coverage in client.py. by Danny Hermes · 8 years ago
  81. 72cd28b Move platform-specific openers to their own modules. by Jon Wayne Parrott · 8 years ago
  82. 5d2f1bd Adding test coverage for client.py module. by Danny Hermes · 8 years ago
  83. 1641c80 Merge pull request #462 from jonparrott/test-coverage-appengine by Jon Wayne Parrott · 8 years ago
  84. 3b1f6e5 100% coverage for contrib.appengine by Jon Wayne Parrott · 8 years ago
  85. 35aabeb 100% coverage for oauth2client.tools by Jon Wayne Parrott · 8 years ago
  86. 9f9661a 100% coverage for oauth2client.util by Jon Wayne Parrott · 8 years ago
  87. f8429e2 Fix typo of oauth2 by Jeffrey Sorensen · 8 years ago
  88. a82146a Fix flask required decorator to redirect on expired credentials. by Jon Wayne Parrott · 8 years ago
  89. 15c945f Merge pull request #446 from happyspace/master by Nathaniel Manista · 8 years ago
  90. 05a74b4 Release v2.0.1. by Danny Hermes · 8 years ago
  91. 6a273d6 Expand API for step2_exchange by Eddie Warner · 8 years ago
  92. e5fb542 Move conditionally defined ndb helpers into their own module. by Danny Hermes · 8 years ago
  93. 02ed225 fix an error in the sample code by Jeremi Joslin · 8 years ago
  94. 55ed32d Merge pull request #429 from dhermes/move-dict-to-tuple by Danny Hermes · 8 years ago
  95. ae0d548 Moving util.dict_to_tuple_key() into only module that uses it. by Danny Hermes · 8 years ago
  96. ce0d71a Adding common sign_blob() service account types. by Danny Hermes · 8 years ago
  97. 98df500 Allowing default flags in run_flow(). by Danny Hermes · 8 years ago
  98. e51daef Merge pull request #419 from dhermes/fix-gce-acquire-2 by Danny Hermes · 8 years ago
  99. 6319e76 Stop sending scopes in token requests on GCE by Danny Hermes · 8 years ago
  100. b605997 Helpful error message in P12 factory in absence of pyOpenSSL. by Danny Hermes · 8 years ago