3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
python lib: OAuthRequest from_request combines parameters from various sources More... over 16 years ago
updated example server with correct lookup_nonce More... over 16 years ago
updated example server with correct lookup_nonce More... over 16 years ago
python library - better nonce lookup and error handling, like php library More... over 16 years ago
python library - better nonce lookup and error handling, like php library More... over 16 years ago
python library - signature validation error returns expected base string, added punctuation to error messages More... over 16 years ago
python library - signature validation error returns expected base string, added punctuation to error messages More... over 16 years ago
python oauth patch from termie - separate check_signature from build_signature for rsa-sha1 More... over 16 years ago
python oauth patch from termie - separate check_signature from build_signature for rsa-sha1 More... over 16 years ago
Thanks Néstor - check for 'Authorization' in headers which fixes broken example More... almost 17 years ago
Thanks Néstor - check for 'Authorization' in headers which fixes broken example More... almost 17 years ago
error message for authorization header that doesn't parse to oauth params More... almost 17 years ago
error message for authorization header that doesn't parse to oauth params More... almost 17 years ago
Added build_signature_base_string method to the signature methods to allow fetching the raw signature base string for debugging purposes. More... almost 17 years ago
Added build_signature_base_string method to the signature methods to allow fetching the raw signature base string for debugging purposes. More... almost 17 years ago
changed invalid signature error message More... almost 17 years ago
changed invalid signature error message More... almost 17 years ago
changed urlparse to be 2.4 compatible More... almost 17 years ago
changed urlparse to be 2.4 compatible More... almost 17 years ago
updated server example for new authorize token method with user parameter More... almost 17 years ago
updated server example for new authorize token method with user parameter More... almost 17 years ago
hmac-sha1 backwards compatibility - hashlib vs. sha More... almost 17 years ago
hmac-sha1 backwards compatibility - hashlib vs. sha More... almost 17 years ago
added user parameter to authorization interface More... almost 17 years ago
added user parameter to authorization interface More... almost 17 years ago
removed return/tab from the oauth header since it was fucking up python BaseHttpServer parsing More... almost 17 years ago
removed return/tab from the oauth header since it was fucking up python BaseHttpServer parsing More... almost 17 years ago
normalize_request_parameters sort by key and value More... almost 17 years ago
normalize_request_parameters sort by key and value More... almost 17 years ago
commit patch from drecordon More... almost 17 years ago