summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* OpenID Connect core tests.openid_connectIb Lundgren2014-10-031-0/+270
* Implicit authorization response mode test.Ib Lundgren2014-10-031-10/+12
* Auth code authorization resp test.Ib Lundgren2014-10-031-0/+11
* 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
* Restructure OAuth2 tests.Ib Lundgren2013-09-1219-1150/+1363
* Merge pull request #201 from squirly/#200Ib Lundgren2013-08-033-96/+134
|\
| * #200 First attempt at API cleanup to match OAuth1.Tyler Jones2013-08-013-96/+134
* | #199 Proposed API changes for endpoints.Tyler Jones2013-08-014-26/+28
* | Added tests.Tyler Jones2013-07-261-1/+8
|/
* Test for correct nonce_checking across endpoints.Ib Lundgren2013-07-263-3/+13
* Add star to the set of safe characters in urlsMathieu Alorent2013-07-241-0/+1
* Auth scheme lower and short header test.Ib Lundgren2013-07-091-0/+1
* Merge branch 'master' of https://github.com/scfarley/oauthlib into scfarley-m...Ib Lundgren2013-07-091-0/+9
|\
| * Improve resilience to bad authorization headersSean C. Farley2013-06-281-0/+9
* | add comma to the set of safe characters in urlsMassimiliano2013-07-091-0/+1
* | fix test cases for realmsHsiaoming Yang2013-07-033-14/+14
|/
* Allow realm to be passed in URI and Body. Fix #139.Ib Lundgren2013-06-211-0/+10
* Validator confirm_scopes becomes get_original_scopes. #182, #183Ib Lundgren2013-06-211-1/+24
* Add initial refresh token grant tests. Fix #182.Ib Lundgren2013-06-201-0/+43