- 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