All Projects → jpadilla → django-rest-framework-oauth

jpadilla / django-rest-framework-oauth

Licence: BSD-3-Clause license
OAuth support for Django REST Framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to django-rest-framework-oauth

Docker Cloud Platform
使用Docker构建云平台,Docker云平台系列共三讲,Docker基础、Docker进阶、基于Docker的云平台方案。OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。
Stars: ✭ 86 (+65.38%)
Mutual labels:  oauth, django-rest-framework
Cetus-GUI
cetus web端管理工具
Stars: ✭ 53 (+1.92%)
Mutual labels:  django-rest-framework
linkedevents
Linked Events event database and API
Stars: ✭ 20 (-61.54%)
Mutual labels:  django-rest-framework
deploy-django
A bash script to deploy a django project for production sites.
Stars: ✭ 85 (+63.46%)
Mutual labels:  django-rest-framework
servicenow-powershell
PowerShell module to automate ServiceNow service and asset management. This module can be used standalone, with Azure Automation, or Docker.
Stars: ✭ 310 (+496.15%)
Mutual labels:  oauth
django-rest-framework-condition
Decorators @​condition, @​last_modified and @​etag for Django Rest Framework
Stars: ✭ 26 (-50%)
Mutual labels:  django-rest-framework
QuestionTime
📚 Quora-like Single Page Application built with Django, Django REST Framework and Vue JS
Stars: ✭ 76 (+46.15%)
Mutual labels:  django-rest-framework
django-rest-multitokenauth
An extension to Django-Rest-Frameworks Token Authentication, enabling a user to have multiple authorization tokens
Stars: ✭ 13 (-75%)
Mutual labels:  django-rest-framework
chembience
A Docker-based, cloudable platform for the development of chemoinformatics-centric web applications and microservices.
Stars: ✭ 41 (-21.15%)
Mutual labels:  django-rest-framework
ChRIS ultron backEnd
Backend for ChRIS
Stars: ✭ 28 (-46.15%)
Mutual labels:  django-rest-framework
django-rest-framework-react-tutorial
Source code for Django Rest Framework + React tutorial.
Stars: ✭ 69 (+32.69%)
Mutual labels:  django-rest-framework
Django-Ionic-Integration
Section 3 of the Django + Angular + Ionic Course
Stars: ✭ 21 (-59.62%)
Mutual labels:  django-rest-framework
Dailyfresh-B2C
这是一个 ☛全栈/全端/全平台☚ 的B2C模式的电商项目, web后台基于Django2.0 + Python3.6, 前后端分离,前端使用Vue框架开发。移动端基于Flutter开发,一套代码支持Android&IOS平台。微信小程序基于mpvue框架开发。
Stars: ✭ 74 (+42.31%)
Mutual labels:  django-rest-framework
cryptopay-web
A payment gateway like Stripe for cryptocurrencies
Stars: ✭ 7 (-86.54%)
Mutual labels:  django-rest-framework
drf dynamics
Dynamic queryset and serializer setup for Django REST Framework
Stars: ✭ 26 (-50%)
Mutual labels:  django-rest-framework
okta-microservice-security-examples
Demos from Oktane18: API and Microservices Best Practices
Stars: ✭ 17 (-67.31%)
Mutual labels:  oauth
Mal4J
Java wrapper for the official MyAnimeList API
Stars: ✭ 23 (-55.77%)
Mutual labels:  oauth
batamlawancorona api
Unofficial API of Batam Lawan Corona. Documentation and sample of use can be found at http://batamlawancoronaapi.herokuapp.com/docs/
Stars: ✭ 22 (-57.69%)
Mutual labels:  django-rest-framework
materialize-social
Social Login Buttons for MaterializeCSS
Stars: ✭ 50 (-3.85%)
Mutual labels:  oauth
oidc
Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation
Stars: ✭ 475 (+813.46%)
Mutual labels:  oauth

REST Framework OAuth

build-status-image pypi-version

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

  • Python 2.7
  • Django (1.6, 1.7)
  • Django REST Framework (2.4.3, 2.4.4, 3.0-beta)

Installation

Install using pip...

$ pip 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].