David Larlet is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

david / django-oauth-plus (fork of django-oauth)

Support of OAuth in Django, using python-oauth2 and from the awesome work of Thomas Johansson in django-piston: http://bitbucket.org/prencher/django-piston I didn't call it django-oauth2 because OAuth 2.0 is coming and it can be confusing, this app will be compatible with OAuth 1.0a and Django 1.2 but will not be fully backward compatible with django-oauth.

Clone this repository (size: 95.5 KB): HTTPS / SSH
hg clone https://bitbucket.org/david/django-oauth-plus
hg clone ssh://hg@bitbucket.org/david/django-oauth-plus
Branch
default
Filename Size Date modified Message
examples
oauth_provider
.hgignore 137 B Update python-oauth to the latest tip, Store's methods signatures changed but tests still pass, good.
.hgtags 91 B Added tag 1.1 for changeset 7cb2d808b612
AUTHORS 113 B Switching to python-oauth2 thanks to the work done by Thomas Johansson on django-piston. Most of the work is done (tests pass) but it requires some cleanup, try it at your own risk!
LICENSE 1.5 KB Add AUTHORS file, they deserve it!
requirements.txt 43 B Updating admin urls to Django 1.3, fix #6, thanks @agonzalezro
setup.py 966 B Updating to the latest version of python-oauth2, modifications mainly related to https://github.com/simplegeo/python-oauth2/commit/c9ce81bfb436c06d8048a16be445b6678ebef151