summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sketching out an improved OAuth 2 client API.autopep8Ib Lundgren2014-09-251-73/+243
* Client side creation of OAuth2 revocation requests.Ib Lundgren2014-09-253-0/+144
* Make jsonp support in revocation endpoint optional.Ib Lundgren2014-09-252-13/+27
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-2436-291/+390
* Fix error message init and add request details.Ib Lundgren2014-09-243-2/+19
* Change logging namespace to a tiered one.Ib Lundgren2014-09-2420-36/+83
* Merge pull request #268 from whit537/facebookIb Lundgren2014-09-223-4/+77
|\
| * Add documentation of OAUTHLIB_STRICT_TOKEN_TYPEChad Whitacre2014-09-221-0/+9
| * Relax token_type checkingChad Whitacre2014-09-171-1/+3
| * Failing test for token_type relaxationChad Whitacre2014-09-171-2/+17
| * Support expires as an alias for expires_inChad Whitacre2014-09-171-0/+3
| * Failing test for expires as alias for expires_inChad Whitacre2014-09-171-0/+11
| * Implement URL-encoding fallback for access tokensChad Whitacre2014-09-172-2/+13
| * Failing test for URL-encoded access tokensChad Whitacre2014-09-171-0/+22
* | Merge pull request #266 from singingwolfboy/flask-dance-in-readmeIb Lundgren2014-09-221-1/+2
|\ \ | |/ |/|
| * Add links to Flask-DanceDavid Baumgold2014-09-151-1/+2
|/
* Merge pull request #262 from ryanhiebert/oauth1-genericIb Lundgren2014-09-127-1/+135
|\
| * Create Signature Only OAuth1 EndpointRyan Hiebert2014-09-117-1/+135
* | Merge pull request #263 from singingwolfboy/scope-change-warning-infoIb Lundgren2014-09-121-1/+6
|\ \ | |/ |/|
| * Make scope change warning more informativeDavid Baumgold2014-09-111-1/+6
|/
* Merge pull request #260 from aspiredu/urlencoded-atIb Lundgren2014-09-012-1/+2
|\
| * Allow unescaped @ in urlencoded parametersRyan Hiebert2014-08-242-1/+2
|/
* Merge pull request #259 from verbit/masterIb Lundgren2014-08-042-2/+3
|\
| * enable convinient import for oauth1 errorsIlya Verbitskiy2014-08-042-2/+3
|/
* Merge pull request #258 from mdxs/patch-1Ib Lundgren2014-07-151-0/+1
|\
| * Show support for Python 3.4mdxs2014-07-101-0/+1
|/
* Remove password print from debug logs. Fix #256.Ib Lundgren2014-07-071-2/+1
* Test key libraries using oauthlib with make test #254.Ib Lundgren2014-06-251-1/+17
* Include Python 3.4 in tox.iniIb Lundgren2014-06-251-1/+1
* Merge pull request #255 from frewsxcv/patch-1Kenneth Reitz2014-06-231-0/+1
|\
| * Enable automated testing with Python 3.4Corey Farwell2014-06-201-0/+1
|/
* 0.6.30.6.3Ib Lundgren2014-06-102-1/+4
* Merge pull request #252 from teeberg/masterIb Lundgren2014-06-101-1/+1
|\
| * Copy variables dict before scrubbing secrets.Jonas Trappenberg2014-06-091-1/+1
|/
* 0.6.20.6.2Ib Lundgren2014-06-062-1/+26
* Rename crypto token to signed token in setup.Ib Lundgren2014-06-061-2/+2
* Add __repr__ for oauth 1 clients.Ib Lundgren2014-06-041-0/+7
* Expose is_secure_transport publicly via ouathlib.oauth2.Ib Lundgren2014-06-041-0/+1
* Merge pull request #247 from asteinlein/masterIb Lundgren2014-06-034-7/+15
|\
| * Use 401 status code for some OAuth 2 errorsAnders Steinlein2014-04-304-7/+15
* | Merge pull request #251 from tuannh99/masterIb Lundgren2014-06-031-1/+1
|\ \
| * | Accept 'Content-Type: application/x-www-form-urlencoded;charset=utf8' alsotuannh2014-05-291-1/+1
* | | Fix Oauth1 client tests to pass request param to get_oauth_params method.Ib Lundgren2014-06-031-2/+3
|/ /
* | Pass request object to oauth1.Client.get_oauth_params.Ib Lundgren2014-05-281-2/+2
* | Set default encoding type to UTF-8 for to_unicode.Ib Lundgren2014-05-281-1/+1
* | Improve urldecode error message on incorrectly encoded strings. CC #227.Ib Lundgren2014-05-281-1/+6
* | Merge pull request #249 from dasevilla/insecure-urisIb Lundgren2014-05-272-5/+5
|\ \
| * | Use OAUTHLIB_INSECURE_TRANSPORTDevin Sevilla2014-05-151-1/+1
| * | Use a more specific env variable for insecure transportsDevin Sevilla2014-05-092-5/+5
| |/
* | Merge pull request #250 from swistakm/fix/oauth1-request-validator-docs-fixesIb Lundgren2014-05-271-3/+43
|\ \ | |/ |/|