Add support for Django 4.0
Drop support for python 2, enforce python >=3.5
Reference the User model with get_user_model()
Fix ACCESS_TOKEN_URL namespace
Refactor README
Bump dependencies
Remove django-braces dependency
Set Django request object through a server method call
Added a new Django Rest Framework view to disconnect backend
Update documentation with Google example
Create manage.py command to create an application
Remove harcoded oauthlibcore
Fix NoRerverseMatch Error with custom namespace
Updated invalidate_sessions to accept all POST content types
Restore compatibility with Django<2.0
Keep request.data mutable
Added compatibility with Django 2.0
Added django-braces as a dependency
Added support for django-oauth-toolkit 1.0.0
Fix a bug where inactive users could still get tokens
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
Fix a bug where the hack to keep the django request was not working due to oauthlib encoding the object
Forgot to update django-oauth-toolkit version in setup.py (version 0.9.0 needed because of this change )
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
You can’t perform that action at this time.