edx/django-rest-framework-oauth

Name: django-rest-framework-oauth

Owner: edX

Description: OAuth support for Django REST Framework

Created: 2015-08-31 21:24:20.0

Updated: 2016-02-19 15:14:34.0

Pushed: 2017-07-21 19:50:37.0

Homepage: http://jpadilla.github.io/django-rest-framework-oauth

Size: 295

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

REST Framework OAuth

THIS FORK IS DEPRECATED. Please use the upstream version of the package.

build-status-image pypi-version

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.

Overview

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.

Requirements
Installation

Install using pip

p install djangorestframework-oauth
Documentation & Support

Full 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.