summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * docs: add more verbose docstring in oauth1 RequestValidator methodsswistakm2014-05-221-0/+26
| * docs: add missing method usage info in oauth1 RequestValidator.get_realms() d...swistakm2014-05-221-0/+1
| * docs: add missing method mentions in oauth1.rfc5849.request_validator.Request...swistakm2014-05-221-3/+16
|/
* Merge pull request #246 from x746e/patch-1Ib Lundgren2014-04-181-2/+0
|\
| * Removed mention of django-oauth-toolkit from oauth1 server docs.Kirill Spitsin2014-04-151-2/+0
* | Merge pull request #245 from x746e/moved-docstrings-to-the-topIb Lundgren2014-04-1831-61/+48
|\ \
| * | Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-1531-61/+48
| |/
* | Merge pull request #244 from x746e/masterIb Lundgren2014-04-182-3/+4
|\ \
| * | Unshadowed a test.Kirill Spitsin2014-04-151-2/+3
| * | Fixed a typo.Kirill Spitsin2014-04-151-1/+1
| |/
* | Merge pull request #243 from jturmel/patch-1Ib Lundgren2014-04-181-0/+1
|\ \ | |/ |/|
| * Updated AUTHORS with Josh TurmelJosh Turmel2014-04-121-0/+1
|/
* Merge pull request #240 from asteinlein/masterIb Lundgren2014-04-122-3/+48
|\
| * Support for scopes being arbitrary objectsAnders Steinlein2014-03-272-3/+48
* | Merge pull request #237 from jturmel/add_crypto_token_generatorIb Lundgren2014-04-128-18/+207
|\ \
| * | Add pyjwt to tox.inijturmel2014-03-301-0/+1
| * | Changes per PR commentsjturmel2014-03-294-43/+45
| * | Move setup.py requirementsjturmel2014-03-222-4/+10
| * | Require pycrypto and pyjwtjturmel2014-03-191-3/+2
| * | Change how arbitrary claims are set on crypto tokenjturmel2014-03-183-8/+14
| * | Use the to_unicode helperjturmel2014-03-171-2/+2
| * | Add crypto token capabilityjturmel2014-03-176-4/+179
| |/
* | Merge pull request #239 from aspiredu/masterIb Lundgren2014-04-124-29/+143
|\ \ | |/ |/|
| * Allowing custom signature methods to be registered and used...David Rogers2014-03-252-6/+32
| * Enforcing a common interface for `sign_*()` methods...David Rogers2014-03-252-23/+111
|/
* Merge pull request #233 from kjoconnor/fixing-typosIb Lundgren2014-02-139-15/+15
|\
| * Fixing some typosKevin O'Connor2014-02-129-15/+15
* | Merge pull request #232 from diox/fix-docstrings-return-valuesIb Lundgren2014-02-122-2/+6
|\ \ | |/ |/|
| * Fix docstrings to reflect the actual returned value of validate_* methodsMathieu Pillard2014-02-112-2/+6
|/
* 0.6.10.6.1Ib Lundgren2014-01-202-1/+22
* Merge pull request #231 from masci/client_credential_contenttypeIb Lundgren2014-01-202-2/+12
|\