Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.05 KB

CHANGELOG.rst

File metadata and controls

34 lines (22 loc) · 1.05 KB

Change log

1.0.6 - 2017-05-22

  • Fix a bug where inactive users could still get tokens

1.0.5 - 2017-01-03

  • Updated python-social-auth to social (Migrating guide)
  • Wrapped token view and revoke token view in a rest framework APIView
  • Added url namespace
  • Renamed PROPRIETARY_BACKEND_NAME to DRFSO2_PROPRIETARY_BACKEND_NAME

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