Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 638 Bytes

CHANGELOG.rst

File metadata and controls

19 lines (13 loc) · 638 Bytes

Change log

1.0.2 - 2015-08-11

  • Fix a bug where the hack to keep the django request was not working due to oauthlib encoding the object

1.0.1 - 2015-08-09

  • Forgot to update django-oauth-toolkit version in setup.py (version 0.9.0 needed because of this change)

1.0.0 - 2015-07-30

  • Convert token view api changed and is now more conform to the oauth2 api.
  • Removed PROPRIETARY_BACKEND_NAME setting
  • Invalidate sessions view now takes a client_id as a parameter