summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/grant_types
Commit message (Expand)AuthorAgeFilesLines
* Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-291-0/+110
* 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
|\
| * Ensure request.client_id after checking request.client.client_idFabian Fuelling2016-10-031-2/+2
| * Ensure request.client_id, getting it optionally from request.client.client_idFabian Fuelling2016-10-031-0/+2
* | Normalize handling of request.scopes listJoel Stevenson2016-11-211-4/+5
|/
* Small fix for #416Omer Katz2016-08-281-1/+1
* Test for membership should be "not in", here too.Joel Stevenson2016-08-261-3/+3
* Test for membership should be "not in".Joel Stevenson2016-08-252-2/+2
* Short description doc for AuthCodeGrantDispatcherJoel Stevenson2016-08-181-1/+2
* Move the claims handling into OpenIDConnectBase._inflate_claims() and a new A...Joel Stevenson2016-08-183-16/+44
* Reworking the handling of claims. @bjmc was quite right to question the hast...Joel Stevenson2016-05-061-0/+13
* Check the response type against exact response_type registry formats in Grant...Joel Stevenson2016-05-021-1/+1
* Prevent save_token() from being called twice within create_token_response(). ...Joel Stevenson2016-04-295-7/+11
* Merge branch 'openid_connect' of https://github.com/joelstevenson/oauthlib in...Joel Stevenson2016-04-264-15/+24
|\
| * Handle multi-valued response_types as specified in http://openid.net/specs/oa...Joel Stevenson2016-04-254-17/+24
* | Remove some comments related to new code for OIDC feature.Joel Stevenson2016-04-264-14/+6
|/