- Added Client Credentials Grant ([wndhydrnt][]) - Renamed `oauth2.AuthorizationController` to `oauth2.Provider` ([wndhydrnt][]) - Added mongodb store ([wndhydrnt][])
0.4.0
Features:
- Added support for refresh tokens ([wndhydrnt][])
0.3.2
Bugfixes:
- Fixed a bug where MemcacheTokenStore saved objects instead of dictionaries. ([wndhydrnt][])
0.3.1
Bugfixes:
- Fixed a bug causing a supplied redirect uri being ignored if it is not the first entry in the list of a client object. ([wndhydrnt][])
0.3.0
Features:
- Headers of a response are returned as a dictionary ([wndhydrnt][]) - Status code of a response is an integer ([wndhydrnt][]) - Streamlining the integration of storage classes and site adapters by requiring them to raise specified errors ([wndhydrnt][])
0.2.0
Features:
- Support for scopes ([wndhydrnt][]) - Local token and client stores ([wndhydrnt][]) - Memcache token store ([wndhydrnt][]) - Support for Python 2.6, 3.2 and 3.3 ([wndhydrnt][])