summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add tests when Request body has passwordHsiaoming Yang2015-07-021-0/+9
* Merge pull request #341 from kdazzle/request-getattrOmer Katz2015-07-021-0/+14
|\
| * Merge remote-tracking branch 'upstream/master' into request-getattrKyle2015-05-241-0/+12
| |\
| * | #340 - raise AttributeError from common.Request.__getattr__+ add testsKyle2015-05-091-0/+14
* | | Use assertFormBodyEqual insteadmyyang2015-07-021-3/+3
* | | Fix string format compatibilitymyyang2015-07-021-3/+3
* | | Fix and remove missing attribute: _clientmyyang2015-07-011-0/+30
* | | Merge pull request #350 from cheif/masterOmer Katz2015-07-011-0/+11
|\ \ \
| * | | Handle empty/non-parsable query stringsDan Berglund2015-06-261-0/+11
| | |/ | |/|
* | | Merge pull request #314 from singingwolfboy/require-rsa-key-when-being-usedOmer Katz2015-07-011-1/+7
|\ \ \
| * | | 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