1. d2ee4d8 Fixed bug with refreshing tokens in file Storage by Joe Gregorio · 13 years ago
  2. 562b731 Stage 1 conversion to JSON for storing Credentials. by Joe Gregorio · 13 years ago
  3. 85964c5 fix oauth2decorator user_agent regression #5007043 by Johan Euphrosine · 13 years ago
  4. 9da2ad8 Add fancy locking to oauth2client. by Joe Gregorio · 13 years ago
  5. cb6d891 Remove user_agent from app engine helpers. by JacobMoshenko · 13 years ago
  6. 8e90510 Add robot helpers and a sample. by JacobMoshenko · 13 years ago
  7. f427c53 Reviewed in http://codereview.appspot.com/4515195/ by Joe Gregorio · 13 years ago
  8. 3b020d6 Use gflags for AOuth 1.0. Fixes issue #33. Fixes issue #34. Reviewed in http://codereview.appspot.com/4551069/ by Joe Gregorio · 13 years ago
  9. 432f17e oauth2decorator, reviewed in http://codereview.appspot.com/4524063/ by Joe Gregorio · 13 years ago
  10. 8097e2a Fixes issue #28, updating the return_uri to /oauth2callback. Also updated README. by Joe Gregorio · 13 years ago
  11. 7ad707e Add optional parameters for Django fields. by Joe Gregorio · 13 years ago
  12. 20a5aa9 Updated copyright notices where appropriate and refreshed generated docs. by Joe Gregorio · 13 years ago
  13. 06d852b Cleaning up 2.7 compatibility and more work on installer. by Joe Gregorio · 13 years ago
  14. 205e73a Cleanup of samples including adding flags to control logging. by Joe Gregorio · 13 years ago
  15. 9e5fe4d OAuth 2.0 uses new endpoints. OAuth 2.0 moderator sample uses gflags. OAuth 2.0 tools.run adds a local web server to handle redirect_uri if possible. by Joe Gregorio · 13 years ago
  16. b577f99 Update to the latest auth and token uris by Joe Gregorio · 13 years ago
  17. 93a7f7c Corrected docstring on AccessTokenCredentials class by ade@google.com · 13 years ago
  18. ca876e4 Fixed checking for stack query parameters so they actually get added to the query paramters. by Joe Gregorio · 13 years ago
  19. 560b532 Make file based Storage thread safe. by Joe Gregorio · 13 years ago
  20. ccc7954 Fix refresh token handling and add unit tests for oauth2client.client by Joe Gregorio · 13 years ago
  21. fffa7d7 Finish adding Storage to the OAuth 1.0 client and updated all examples to use file.Storage. No more three_legged_dance.py files anywhere. by Joe Gregorio · 13 years ago
  22. 825d78d cleanup comments by Joe Gregorio · 13 years ago
  23. a0a52e4 Moving over OAuth 1.0 to use Storage, and updating samples to handle token revocation. by Joe Gregorio · 13 years ago
  24. 9ce4b62 Moving all OAuth code and samples to use Storage consistently by Joe Gregorio · 13 years ago
  25. 3b79fa8 Added AccessTokenCredentials by Joe Gregorio · 13 years ago
  26. 7c22ab2 Clean up doc strings and unused imports by Joe Gregorio · 13 years ago
  27. fc1e278 Fixes for OAuth 2.0 support in Django by Joe Gregorio · 13 years ago
  28. deeb020 Cleaned up OAuth 2.0 support fully using Storage() and updating samples. by Joe Gregorio · 13 years ago
  29. 4b2e51a Changed OAuth 2.0 to only refresh an access_token upon seeing a 401, ignoring token_expiry for now. by Joe Gregorio · 13 years ago
  30. 49e94d8 Clean up OAuth 2 support by Joe Gregorio · 13 years ago
  31. fd19cd3 Be more flexible in accepting a 401 triggering a token refresh. by Joe Gregorio · 14 years ago
  32. 695fdc1 [mq]: oauth2 by Joe Gregorio · 14 years ago