/django-oauth-plus-mod

OAuth 1.0a for Django 1.8-2.0

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

django-oauth-plus-mod

The OAuth 1.0a protocol enables websites or applications (Consumers) to access Protected Resources from a web service (Service Provider) via an API, without requiring Users to disclose their Service Provider credentials to the Consumers. More generally, OAuth 1.0a creates a freely-implementable and generic methodology for API authentication.

django-oauth-plus-mod features two authentication flows:

  • three-legged OAuth
  • xAuth (twitter xAuth)

Depends on:

This project was forked from django-oauth-plus by David Larlet et al.