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

Support of OAuth in Django. Note that http://code.welldev.org/django-oauth-plus will use python-oauth2 if you're interested in it.

Clone this repository (size: 114.7 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/david/django-oauth

Shortlog (showing r52:549a34c81394 (tip) → r28:8579a1562b16)

Age Author Message A M D «
6 months david david Fix #5, add comments for the reuse of signatures in tests, thanks again @mohangk 1
6 months david david Fix #4, oauth_callback_confirmed now returns 'error' if not True, not anymore… 1
7 months david david Can't find a way to fix tests in a clean way with custom content_type and… 2
7 months bdb bdb make this work with multipart 1
7 months bdb bdb Allow settings to override default lengths. 1
10 months Mark...@lazymalevolence.com oauth_provider.views: Ensure that HttpResponseBadRequest is imported. 1
11 months david david Added tag 1.1 for changeset 7cb2d808b612 1
11 months david david This is the time for a 1.1 release. 1
11 months david david Link the test user to the consumer in tests, fix #2. Thanks Matthieu Tourne. 1
11 months david david This is a STRONGLY recommended update. 1
11 months david david Give a way to know if the authorization succeed or not to the callback view,… 1
11 months david david Partly revert previous commit, authorize_access wasn't evaluated as a boolean. 1
11 months david david More robust authorize access test. Thanks Toby White. 1
11 months david david Fix a bug, request.environ only exists in a WSGI environment. Thanks Toby White. 1
11 months david david Add a way to restrict signature methods (to avoid plaintext for instance). Thank… 2
11 months david david Do not restrict callback url scheme and add a setting to blacklist some… 2
11 months david david Allows consumer key & secret to be zero length (null=True, blank=True) - this… 1
11 months david david Use the MAX_URL_LENGTH constant, thanks for the reminder Toby White 2
12 months david david Update documentation/test's warnings. 1
12 months david david Handle 1.0a out-of-band case the right way, inspired by Toby White's fork.… 4
12 months david david Avoid saving the request token twice, suggested by Toby White's fork, thanks. 3
12 months david david Check callback's validity, comes from Toby White's fork, thanks. 4
12 months david david OAuth 1.0a implementation, should be compatible with the (deprecated/unsecure)… 4
12 months david david Steal a more clever way to check if an OAuth request is valid from piston 2
12 months david david Update models (stolen from piston) to be 1.0a ready, note that it will affect… 2