THIS FORK IS DEPRECATED. Please use the upstream version of the package.
THIS IS AN EDX FORK of the upstream version of the package, which was forked to support Django 1.11.
OAuth support for Django REST Framework
Full documentation for the project is available at http://jpadilla.github.io/django-rest-framework-oauth.
OAuth support extracted as a third party package directly from the official Django REST Framework implementation. It's built using the django-oauth-plus and django-oauth2-provider packages.
This package provides two authentication classes: OAuthAuthentication and OAuth2Authentication and a TokenHasReadWriteScope permission class.
- Python 2.7
- Django (1.8, 1.10, 1.11)
- Django REST Framework (2.4.4, 3.6.3)
Install using pip...
$ pip install djangorestframework-oauthFull documentation for the project is available at http://jpadilla.github.io/django-rest-framework-oauth.
You may also want to follow the author on Twitter.