summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * added test involving client_authentication_required methodMassimiliano Pippi2013-09-213-1/+123
* | Populate a unix timestamp expires_at from expires_in in new tokens.Ib Lundgren2013-10-045-4/+30
* | Restructure client tests per grant type.Ib Lundgren2013-10-047-460/+484
|/
* client authentication needed by defaultMassimiliano Pippi2013-09-181-1/+1
* added client_authentication_required() method to the validatorMassimiliano Pippi2013-09-171-0/+1
* Draft 11 Token Revocation Endpoint.Ib Lundgren2013-09-171-0/+65
* Add OAuth 1 access token endpoint validator method invalidate_request_token. ...Ib Lundgren2013-09-131-0/+3
* Refactor common tests into subject area tests.Ib Lundgren2013-09-131-58/+93
* Signature method and type tests.Ib Lundgren2013-09-121-1/+90
* Verification tests for all signature methods.Ib Lundgren2013-09-121-8/+45
* PEP8 cleanup of test_signatures.Ib Lundgren2013-09-121-74/+144