Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

craigbruce/django-oauth

Repository files navigation

django-oauthlib

Note

Given a flurry of other django oauth related projects having cropped up. I suggest you try one of them out. Django OAuth Toolkit looks very promising, for example.

An OAuth provider built on oauthlib wrapped with Django. Currently targeting OAuth 1.0. This project is under (slow) development.

image

Installation

Direct from GitHub using pip install git+https://github.com/craigbruce/django-oauthlib.git#egg=django-oauthlib. django-oauthlib will be made available on PyPI after more development.

In your Django settings.py add oauth to your INSTALLED_APPS:

INSTALLED_APPS = (
    'django.contrib.auth',
    ...
    'oauth',
    )

Usage

To follow.

Tests

Create a virtualenv first, then:

pip install -U -r requirements.txt
cd tests
./run_tests.sh

License

django-oauthlib is licensed under the BSD license, see LICENSE.

About

An oauth provider built on oauthlib wrapped with Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published