Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

Releases: wndhydrnt/python-oauth2

v0.3.0

24 Oct 19:15

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

New in version 0.3.0

  • Headers of a response are returned as a dictionary
  • Status code of a response is an integer
  • Streamlining the integration of storage classes and site adapters by requiring them to raise specified errors

v0.2.0

13 Oct 16:09

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

New in version 0.2.0

  • Support for scopes
  • Local token and client stores
  • Memcache token store
  • Support for Python 2.6, 3.2 and 3.3

v0.1.0

12 Oct 17:07

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

New features:

  • Working implementation of Authorization Code Grant
  • Working implementation of Implicit Grant
  • Working implementation of Resource Owner Password Credentials Grant