summaryrefslogtreecommitdiff
path: root/tests/oauth2
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent save_token() from being called twice within create_token_response(). ...Joel Stevenson2016-04-296-0/+27
* Handle multi-valued response_types as specified in http://openid.net/specs/oa...Joel Stevenson2016-04-251-0/+33
* Fixup implicit flow authorization response and testJoel Stevenson2016-04-191-4/+11
* First pass attempt at updating openid_connect branchJoel Stevenson2016-04-152-3/+3
* OpenID Connect core tests.Ib Lundgren2016-04-141-0/+270
* Implicit authorization response mode test.Ib Lundgren2016-04-141-10/+12
* Auth code authorization resp test.Ib Lundgren2016-04-141-0/+10
* Added tests auth grant without refresh tokenHiroki KIYOHARA2015-09-291-0/+17
* add token_type_hint to the list of default Request paramsMassimiliano Pippi2015-07-201-0/+8
* Add code to determine if client authentication is required for OAuth2 endpoin...Weipin Xia2015-07-191-0/+12
* Fix management of rfc6749 errorsfabio2015-07-063-59/+86
* Fix tests for #300 mergedHsiaoming Yang2015-07-061-5/+3
* Merge pull request #300 from jbkkd/masterHsiaoming Yang2015-07-061-1/+1
|\
| * Updated revocation testOmer Korner2014-11-261-1/+1
* | 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 #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-143-54/+73
|/ /
* | 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
* 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
* | Use a more specific env variable for insecure transportsDevin Sevilla2014-05-091-4/+4
|/
* Merge pull request #240 from asteinlein/masterIb Lundgren2014-04-121-0/+43
|\
| * Support for scopes being arbitrary objectsAnders Steinlein2014-03-271-0/+43