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