david / django-oauth (http://oauth.net/)

Support of OAuth in Django.

Clone this repository (size: 114.5 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-oauth
filename size last modified message
__init__.py 1 BYTE 2 years ago Real initial import
admin.py 346 B 23 months ago Update admin to be 1.0 compatible, thanks Dan Wilson
consts.py 843 B 6 months ago Allow settings to override default lengths.
decorators.py 2.5 KB 10 months ago Steal a more clever way to check if an OAuth request is vali…
managers.py 1.8 KB 10 months ago Avoid saving the request token twice, suggested by Toby…
models.py 4.6 KB 5 months ago Fix #4, oauth_callback_confirmed now returns 'error' if not…
stores.py 5.1 KB 10 months ago Do not restrict callback url scheme and add a setting to…
tests.py 29.7 KB 5 months ago Fix #5, add comments for the reuse of signatures in tests,…
urls.py 384 B 2 years ago Real initial import
utils.py 2.6 KB 5 months ago Can't find a way to fix tests in a clean way with custom…
views.py 6.2 KB 8 months ago oauth_provider.views: Ensure that HttpResponseBadRequest is…