Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

v2.0.1

Compare
Choose a tag to compare
@dhermes dhermes released this 08 Mar 20:16
· 186 commits to master since this release
  • Making scopes optional on Google Compute Engine AppAssertionCredentials
    and adding a warning that GCE won't honor scopes (#419)
  • Adding common sign_blob() to service account types and a
    service_account_email property. (#421)
  • Improving error message in P12 factory
    ServiceAccountCredentials.from_p12_keyfile when pyOpenSSL is
    missing. (#424)
  • Allowing default flags in oauth2client.tools.run_flow()
    rather than forcing users to create a dummy argparser (#426)
  • Removing oauth2client.util.dict_to_tuple_key() from public
    interface (#429)
  • Adding oauth2client.contrib._appengine_ndb helper module
    for oauth2client.contrib.appengine and moving most code that
    uses the ndb library into the helper (#434)
  • Fix error in django_util sample code (#438)