summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/grant_types
Commit message (Expand)AuthorAgeFilesLines
* remove un needed python 2 codesAsif Saif Uddin (Auvi)2020-05-107-7/+0
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-105-6/+5
* typo in log message for client_credentialsBohdan2020-01-131-1/+1
* typo in log message for client_credentialsBohdan2020-01-131-1/+1
* The future is nowHugo2019-08-157-14/+0
* Upgrade Python syntax with pyupgradeHugo2019-08-152-4/+4
* Fix 670. AuthCode API must return the new PKCE attribute670-pkce-requestinfoJonathan Huot2019-04-261-0/+3
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-205-5/+13
* Merge branch 'master' into dry-up-codeOmer Katz2018-12-174-0/+115
|\
| * Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-134-0/+5
| |\
| | * Used WWW-Authenticate and auth-param values as RFC6750 described it.Jonathan Huot2018-12-124-8/+4
| | * Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.Jonathan Huot2018-12-044-0/+9
| * | Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-291-0/+110
| |/
* | Extract redirect handling to a common method.Omer Katz2018-12-173-70/+59
* | Extract default grant headers to helper method.Omer Katz2018-12-175-21/+13
|/
* cleanup on docs fixesjonathan vanasco2018-09-116-10/+10
* redid the docstring fixesjonathan vanasco2018-09-106-3/+99
* Merge branch 'master' into masterJonathan Huot2018-09-071-12/+11
|\
| * Make scope optional for authorization code grant.Theron Luhn2018-09-021-12/+0
| * Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-151-0/+2
| |\
| * | Call get_default_redirect_uri if no redirect_uri in token reqJonathan Huot2018-07-301-0/+11
* | | Merge branch 'master' into masterJonathan Huot2018-08-121-0/+2
|\ \ \ | | |/ | |/|
| * | Add syntax check of get_default_redirect_uriJonathan Huot2018-07-301-0/+2
| |/
* | Merge branch 'master' into masterJonathan Huot2018-06-262-459/+0
|\ \ | |/
| * OpenID Connect split (#525)Wiliam Souza2018-06-052-459/+0
* | Merge branch 'master' into masterJonathan Huot2018-05-251-1/+2
|\ \ | |/
| * Add request argument to confirm_redirect_uri (#504) (#504)Jimmy Thrasibule2018-04-131-1/+2
* | Merge branch 'master' into masterJonathan Huot2018-03-298-80/+155
|\ \ | |/
| * Rtd docs fix (#515)Jonathan Huot2018-02-285-42/+42
| * OpenID connect improvements (#484)Wiliam Souza2017-10-013-16/+83
| * Add nonce to docstring.Pieter Ennes2017-09-171-0/+7
| * Pass through nonce in code flow.Pieter Ennes2017-09-171-3/+2
| * Sorted imports.Omer Katz2017-09-177-19/+19
| * Hybrid response types should be fragment-encoded.Pieter Ennes2017-07-291-0/+2
| * switch to sending the MismatchingRedirectURIError insteadOren Mazor2017-06-141-1/+1
| * return a more descriptive error when a redirect url is provided and it is wrongOren Mazor2017-06-141-1/+1
* | remove check on empty scopesPierre CHAISY2017-04-261-5/+0
|/
* Improve prompt parameter validation.Pieter Ennes2017-04-021-11/+18
* Merge pull request #463 from skion/fragment-errorsOmer Katz2017-03-311-1/+4
|\
| * Redirect errors according to response_mode.Pieter Ennes2017-02-211-1/+4
* | Merge pull request #455 from bjmc/prompt_bugOmer Katz2017-03-191-1/+6
|\ \ | |/ |/|
| * Do not split() request.prompt value if already a listBrendan McCollam2016-12-201-1/+6
* | Updated docs for custom validatorsBrendan McCollam2016-12-221-5/+40
* | Refactor custom validators registrationBrendan McCollam2016-12-227-68/+57
* | Per code review, _run_custom_validators() doesn't mutate request_infoBrendan McCollam2016-12-221-7/+8
* | Helper for implicit grant custom validatorsBrendan McCollam2016-12-221-12/+19
* | Docs for custom validator registrationBrendan McCollam2016-12-221-0/+26
* | OIDC grants are proxiesBrendan McCollam2016-12-221-123/+51
* | Move custom validator registration onto GrantTypeBaseBrendan McCollam2016-12-226-76/+105
|/
* Merge pull request #440 from fabfuel/ensure-request-client_id-from-request-cl...Omer Katz2016-11-241-0/+2
|\