summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Check for rsa_key when it's actually neededDavid Baumgold2015-05-061-1/+7
| | |/ / | |/| |
* | | | Merge pull request #336 from josephtate/betterscopesupportOmer Katz2015-07-011-0/+14
|\ \ \ \
| * | | | Add the broken scope to the ValueError exception for easier debugging, add te...Joseph Tate2015-04-201-0/+2
| * | | | Allow tuples for list_to_scope and scope_to_list in addition to sets and list...Joseph Tate2015-04-201-0/+12
| |/ / /
* | | | Fix redirect_url typo and add test cases for function.myyang2015-06-292-0/+26
| |/ / |/| |
* | | Add code to determine if client authentication is required for OAuth2 endpoin...Weipin Xia2015-05-071-0/+12
|/ /
* | Merge pull request #323 from josephtate/master-fix-306Ib Lundgren2015-04-191-0/+18
|\ \
| * | add failing testJoseph Tate2015-04-131-0/+18
* | | Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-144-79/+92
|/ /
* | Test trimming of whitespace.Pieter Ennes2015-03-051-1/+1
|/
* Ensure correct validator methods are invoked in auth grant.Ib Lundgren2014-11-131-5/+24
* Fix forgotten test in prev. commit py3 issue.Ib Lundgren2014-10-241-2/+3
* Fix flaky test depending on internal order.Ib Lundgren2014-10-241-2/+2
* Fix minor merge artifacts and python 3 tests.Ib Lundgren2014-10-235-9/+13
* Merge branch 'allow-invalid-token-type-hint' of https://github.com/RodneyRich...Ib Lundgren2014-10-231-11/+2
|\
| * Allow invalid token_type_hint.Rodney Richardson2014-10-071-11/+2
* | Wrap OAuth2 tokens in a OAuth2Token class.Ib Lundgren2014-10-235-0/+37
* | Merge branch 'scope-change-signal' of https://github.com/singingwolfboy/oauth...Ib Lundgren2014-10-235-7/+91
|\ \
| * | Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-055-7/+91
| |/
* | First step towards supporting JWT bearer grants.ibl2014-10-161-0/+111
|/
* Test ResourceOwnerPasswordCredentialsGrant generates no refresh tokenDavid Muller2014-09-291-0/+26
* Client side creation of OAuth2 revocation requests.Ib Lundgren2014-09-251-0/+33
* Make jsonp support in revocation endpoint optional.Ib Lundgren2014-09-251-4/+14
* Failing test for token_type relaxationChad Whitacre2014-09-171-2/+17
* Failing test for expires as alias for expires_inChad Whitacre2014-09-171-0/+11
* Implement URL-encoding fallback for access tokensChad Whitacre2014-09-171-1/+1
* Failing test for URL-encoded access tokensChad Whitacre2014-09-171-0/+22
* Create Signature Only OAuth1 EndpointRyan Hiebert2014-09-111-0/+51
* Allow unescaped @ in urlencoded parametersRyan Hiebert2014-08-241-0/+1
* Merge pull request #247 from asteinlein/masterIb Lundgren2014-06-032-3/+3
|\
| * Use 401 status code for some OAuth 2 errorsAnders Steinlein2014-04-302-3/+3
* | Fix Oauth1 client tests to pass request param to get_oauth_params method.Ib Lundgren2014-06-031-2/+3
* | Use a more specific env variable for insecure transportsDevin Sevilla2014-05-091-4/+4
|/
* Unshadowed a test.Kirill Spitsin2014-04-151-2/+3
* Fixed a typo.Kirill Spitsin2014-04-151-1/+1
* Merge pull request #240 from asteinlein/masterIb Lundgren2014-04-121-0/+43
|\
| * Support for scopes being arbitrary objectsAnders Steinlein2014-03-271-0/+43
* | Merge pull request #237 from jturmel/add_crypto_token_generatorIb Lundgren2014-04-121-0/+127
|\ \
| * | Changes per PR commentsjturmel2014-03-291-18/+12
| * | Change how arbitrary claims are set on crypto tokenjturmel2014-03-181-4/+3
| * | Add crypto token capabilityjturmel2014-03-171-0/+134
| |/
* | Allowing custom signature methods to be registered and used...David Rogers2014-03-251-0/+19
* | Enforcing a common interface for `sign_*()` methods...David Rogers2014-03-251-23/+98
|/
* added tests for content type checkingmasci2014-01-191-1/+11
* Merge pull request #224 from wrr/is_within_original_scopeIb Lundgren2013-11-102-0/+16
|\
| * is_within_original_scope method for refresh token grant (Issue #220)Jan Wrobel2013-11-052-0/+16
* | Fix test method name conflict.Jan Wrobel2013-11-051-1/+1
|/
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-10-043-24/+154
|\
| * fixed and extended tests for validate_token_request methodMassimiliano Pippi2013-09-221-27/+55
| * broke up method into different tests, fixed import styleMassimiliano Pippi2013-09-222-74/+54