summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Collapse)AuthorAgeFilesLines
* Filter port based on scheme as suggested by dgouldinIb Lundgren2012-03-151-1/+5
|
* Strip HTTPS portIb Lundgren2012-03-151-1/+1
|
* Tweaking function signatures for more sensible defaults.David Gouldin2012-03-132-9/+6
|
* Updating tests to reflect changes in handling headers.David Gouldin2012-03-131-1/+1
|
* Moving to headers dict from authorization_header string, fixing ↵David Gouldin2012-03-134-34/+82
| | | | authorization header creation, adding unescape util function, normalizing the format of params returned by collect_parameters.
* Passing body to _contribute_parameters and prepare_form_encoded_body, ↵David Gouldin2012-03-132-20/+21
| | | | normalizing utils import between modules, cleaning up parameters module 'prepare' functions a bit.
* Add OAuth body signature type to clientIdan Gazit2012-03-131-4/+16
|
* Rename class to reflect spec version it implementsIdan Gazit2012-03-131-4/+5
|
* PEP8 Nazi Strikes Again. News at Eleven.Idan Gazit2012-03-131-1/+2
|
* PEP8 cleanupIdan Gazit2012-03-131-1/+7
|
* PEP8 cleanup, add missing importIdan Gazit2012-03-131-2/+5
|
* Fixing signature module to escape the components of the base signature ↵David Gouldin2012-03-122-10/+9
| | | | string correctly, making unicode -> string conversions sane.
* Fixing a couple of bugs in RSA signing.David Gouldin2012-03-122-1/+4
|
* Fixing a bunch of unicode errors.David Gouldin2012-03-123-11/+11
|
* Making callback_uri optional again in client (whoops), adding a util ↵David Gouldin2012-03-122-5/+35
| | | | function to generate random token strings.
* Making callback_uri required on client, adding oauth server class which ↵David Gouldin2012-03-122-10/+67
| | | | checks the signature against the client, adding a collect_parameters option to disable exclusion of oauth_signature.
* Merge branch 'master' of github.com:idangazit/oauthlibIdan Gazit2012-03-123-141/+113
|\
| * Ripping unneded functions from oauth module, adding a client class for ↵David Gouldin2012-03-123-141/+113
| | | | | | | | request signing, moving auth header parsing into utils, fixing various small bugs.
* | Sort query params to put oauth_ ones lastIdan Gazit2012-03-121-1/+2
|/
* Adding spec 3.4 base functions to the signature module.David Gouldin2012-03-121-0/+149
|
* Adding a stub module for section 3.4 of the spec (signature).David Gouldin2012-03-121-0/+8
|
* Remove py2.6-style string formattingIdan Gazit2012-03-121-3/+2
|
* Actually return the value from urlencodeIdan Gazit2012-03-121-1/+2
|
* First stab at parameters.pyIdan Gazit2012-03-121-0/+94
| | | | Implements section 3.5 of the spec
* Add OAuth-safe urlencodeIdan Gazit2012-03-121-0/+11
|
* Add filter_params decoratorIdan Gazit2012-03-121-0/+14
|
* Minor cleanup of docstringsIdan Gazit2012-03-121-5/+1
|
* Move utility methods into utils.pyIdan Gazit2012-03-122-30/+52
|
* Add utils, parameters.pyIdan Gazit2012-03-122-0/+32
|
* Initial commit. OMG so many bugs.Idan Gazit2011-11-202-0/+175