summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/request_validator.py
Commit message (Expand)AuthorAgeFilesLines
* docs: fix typosKian-Meng Ang2022-07-061-2/+2
* Docs: fix Sphinx warnings for better ReadTheDocs generation (#807)Jonathan Huot2022-02-241-1/+4
* Add CORS support for Refresh Token Grant.Theron Luhn2022-02-151-0/+1
* Add support for CORS in the token endpoint.Theron Luhn2021-12-131-0/+25
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
* Merge branch 'master' into doc-improvementJonathan Huot2019-08-301-3/+1
|\
| * The future is nowHugo2019-08-151-2/+0
| * Upgrade Python syntax with pyupgradeHugo2019-08-151-1/+1
* | Extended the requirements of the authenticate_client method documentation.Zsolt Balint2019-08-101-0/+11
|/
* Add technicals fields of `id_token` in oauthlib OIDC supportJonathan Huot2019-02-281-0/+3
* Removed duplicated OIDC members in OAuth2.RequestValidatorJonathan Huot2019-02-281-182/+0
* Remove usage of "state" for code/token response.Jonathan Huot2019-02-221-7/+1
* Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-291-12/+96
* cleanup on docs fixesjonathan vanasco2018-09-111-7/+7
* redid the docstring fixesjonathan vanasco2018-09-101-64/+103
* client_id is not passed to save_bearer_token234-fixdocJonathan Huot2018-08-161-1/+0
* 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