summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/grant_types/base.py
Commit message (Expand)AuthorAgeFilesLines
* Add CORS support for Refresh Token Grant.Theron Luhn2022-02-151-0/+18
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-1/+1
* The future is nowHugo2019-08-151-2/+0
* Upgrade Python syntax with pyupgradeHugo2019-08-151-2/+2
* Extract redirect handling to a common method.Omer Katz2018-12-171-28/+55
* Extract default grant headers to helper method.Omer Katz2018-12-171-0/+8
* cleanup on docs fixesjonathan vanasco2018-09-111-3/+3
* redid the docstring fixesjonathan vanasco2018-09-101-1/+34
* Sorted imports.Omer Katz2017-09-171-2/+3
* Updated docs for custom validatorsBrendan McCollam2016-12-221-5/+40
* Refactor custom validators registrationBrendan McCollam2016-12-221-46/+39
* Docs for custom validator registrationBrendan McCollam2016-12-221-0/+26
* Move custom validator registration onto GrantTypeBaseBrendan McCollam2016-12-221-0/+44
* Test for membership should be "not in".Joel Stevenson2016-08-251-1/+1
* Check the response type against exact response_type registry formats in Grant...Joel Stevenson2016-05-021-1/+1
* Handle multi-valued response_types as specified in http://openid.net/specs/oa...Joel Stevenson2016-04-251-3/+12
* Response mode support.Ib Lundgren2016-04-141-0/+36
* #340 - provide default values for some params in common.RequestKyle2015-05-091-1/+2
* Remove redundant "state=request.state" parametersRodney Richardson2014-10-071-2/+1
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-4/+5
* Change logging namespace to a tiered one.Ib Lundgren2014-09-241-1/+4
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-301-0/+37