summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/request_validator.py
Commit message (Expand)AuthorAgeFilesLines
* Update save_bearer_token docs to mention how the token is passed in as a refe...claweyenuk2018-06-301-1/+8
* OpenID Connect split (#525)Wiliam Souza2018-06-051-2/+2
* Merge branch 'master' into oauth2-introspectPieter Ennes2018-05-261-6/+68
|\
| * Add request argument to confirm_redirect_uri (#504) (#504)Jimmy Thrasibule2018-04-131-1/+1
| * Rtd docs fix (#515)Jonathan Huot2018-02-281-4/+4
| * Openid connect jwt (#488)Wiliam Souza2018-01-301-1/+63
* | Improved doc by adding links to RFC and list of claims.Jonathan Huot2017-12-191-5/+25
* | Added initial introspect supportJonathan Huot2017-12-181-0/+20
|/
* OpenID connect improvements (#484)Wiliam Souza2017-10-011-0/+24
* Sorted imports.Omer Katz2017-09-171-1/+1
* Move the claims handling into OpenIDConnectBase._inflate_claims() and a new A...Joel Stevenson2016-08-181-0/+12
* Reworking the handling of claims. @bjmc was quite right to question the hast...Joel Stevenson2016-05-061-2/+19
* Pairing with the previous commit, revert the change related to response_type ...Joel Stevenson2016-05-021-0/+3
* More wiring to get OpenID Connect code fully integrated.Joel Stevenson2016-04-191-0/+11
* First pass attempt at updating openid_connect branchJoel Stevenson2016-04-151-0/+3
* Remove get_auth_code_scopes. Obsoleted by validate_auth_codeIb Lundgren2016-04-141-17/+0
* New validator method get_auth_code_scopes.Ib Lundgren2016-04-141-0/+17
* A few initial OpenID Connect validation methods for silent logins and user ma...Ib Lundgren2016-04-141-0/+62
* Fix management of rfc6749 errorsfabio2015-07-191-6/+0
* send no state in the access token responsegunnar2015-07-191-0/+3
* Improve documentation for save_authorization_code et al.Dustin J. Mitchell2015-07-191-18/+25
* update docs for save_authorization_codeDustin J. Mitchell2015-07-191-1/+2
* send no state in the access token responsegunnar2015-07-031-2/+2
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-1/+1
* Change logging namespace to a tiered one.Ib Lundgren2014-09-241-2/+2
* Fix typo (Issue #224).Jan Wrobel2013-11-121-1/+1
* is_within_original_scope method for refresh token grant (Issue #220)Jan Wrobel2013-11-051-0/+21
* Correct interface of RequestValidator.confirm_redirect_uri() to make it consi...Andre Cruz2013-10-291-1/+1
* Use validator.rotate_refresh_token to decide whether to replace or re-use. Fi...Ib Lundgren2013-09-191-0/+15
* client authentication needed by defaultMassimiliano Pippi2013-09-181-1/+1
* added client_authentication_required() method to the validatorMassimiliano Pippi2013-09-171-0/+28
* Draft 11 Token Revocation Endpoint.Ib Lundgren2013-09-171-0/+12
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-09-121-1/+1
|\
| * Fixed single typo in documentationHnk Reno2013-08-201-1/+1
* | Restructure OAuth2 tests.Ib Lundgren2013-09-121-1/+2
|/
* Validator confirm_scopes becomes get_original_scopes. #182, #183Ib Lundgren2013-06-211-17/+12
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-05-311-1/+1
|\
| * docstring fixHsiaoming Yang2013-05-311-1/+1
* | Remove code left after copy paste mistake.Ib Lundgren2013-05-311-1093/+0
|/
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-301-0/+1481