0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
quick fix of a bug related to using {} More... over 17 years ago
python lib: issue #19 content-type header for example SimpleOAuthClient. Thanks jesse.myers! More... over 17 years ago
python lib: from ticket #16, catch OAuthError specifically when fetching the request token in the server. Thanks larlet! More... over 17 years ago
python lib: fix for #16, applied patch plaintext.signature.ampersand.diff. Thanks atregoubenko! More... over 17 years ago
python lib: use indexes for urlparse for < 2.5 More... almost 18 years ago
python lib: more OAuth parameter sources accepted by service provider, fixed example More... almost 18 years ago
python lib: OAuthRequest from_request combines parameters from various sources More... almost 18 years ago
updated example server with correct lookup_nonce More... almost 18 years ago
python library - better nonce lookup and error handling, like php library More... almost 18 years ago
python library - signature validation error returns expected base string, added punctuation to error messages More... almost 18 years ago
python oauth patch from termie - separate check_signature from build_signature for rsa-sha1 More... almost 18 years ago
Thanks Néstor - check for 'Authorization' in headers which fixes broken example More... almost 18 years ago
error message for authorization header that doesn't parse to oauth params More... about 18 years ago
Added build_signature_base_string method to the signature methods to allow fetching the raw signature base string for debugging purposes. More... about 18 years ago
changed invalid signature error message More... about 18 years ago
changed urlparse to be 2.4 compatible More... about 18 years ago
updated server example for new authorize token method with user parameter More... about 18 years ago
hmac-sha1 backwards compatibility - hashlib vs. sha More... about 18 years ago
added user parameter to authorization interface More... about 18 years ago
removed return/tab from the oauth header since it was fucking up python BaseHttpServer parsing More... about 18 years ago
normalize_request_parameters sort by key and value More... about 18 years ago
commit patch from drecordon More... about 18 years ago
Minor updates. More... over 18 years ago
Added means for handling oauth parameters passed via headers, post data, or url query string. More... over 18 years ago
Added hmac_sha1 signing method. More... over 18 years ago
Fixed library per Andy's suggestions. Added stuff to server and store for authorizing request tokens. To do: parameters passed as post body and url, signing algorithms. More... over 18 years ago
optional support for www-authenticate header More... over 18 years ago
Rewrite of python library to match the design doc (code/php/doc/design.txt) discussed with Andy Smith. Still in progress, but closer to the php library. More... over 18 years ago
Updated python library to work with latest spec. Still need to include headers and write documentation. More... over 18 years ago
Added incomplete python library More... over 18 years ago