summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/test_server.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-101-7/+8
* Use unittest.mock instead of external mockMichał Górny2020-03-161-1/+1
* The future is nowHugo2019-08-151-2/+0
* Upgrade unit tests to use more useful assertsHugo2019-08-151-2/+2
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-201-12/+27
* Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-291-0/+3
* OpenID Connect split (#525)Wiliam Souza2018-06-051-51/+48
* OpenID connect improvements (#484)Wiliam Souza2017-10-011-4/+4
* Sorted imports.Omer Katz2017-09-171-10/+14
* Fix a typoJoel Stevenson2016-11-221-1/+1
* Normalize handling of request.scopes listJoel Stevenson2016-11-211-0/+27
* Handle multi-valued response_types as specified in http://openid.net/specs/oa...Joel Stevenson2016-04-251-0/+33
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-141-31/+42
* 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
* #200 First attempt at API cleanup to match OAuth1.Tyler Jones2013-08-011-13/+17
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-301-8/+13
* Rename draft to rfc. Fix #75.Ib Lundgren2013-05-301-0/+166