summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2
Commit message (Expand)AuthorAgeFilesLines
...
| * | Openid connect jwt (#488)Wiliam Souza2018-01-304-6/+113
| * | Fix cliend_id in web request body (#505)Antoine Bertin2018-01-291-1/+1
| |/
| * Check access token in self.token dict (#500)Grey Li2017-11-141-1/+1
| * Refactor OAuth2ErrorHsiaoming Yang2017-10-181-6/+14
| * OpenID connect improvements (#484)Wiliam Souza2017-10-015-24/+122
| * if `in_uri` is called and `response_mode` is not initialized an exception is ...Mathias Mitterdorfer2017-09-221-0/+1
| * Add nonce to docstring.Pieter Ennes2017-09-171-0/+7
| * Pass through nonce in code flow.Pieter Ennes2017-09-171-3/+2
| * Fixed typo in imports.Omer Katz2017-09-171-1/+1
| * Sorted imports.Omer Katz2017-09-1723-67/+67
| * Merge pull request #468 from ThePrudents/fix-explicit-importOmer Katz2017-09-112-2/+2
| |\
| | * Fix base importsTiziano Perrucci2017-03-081-1/+1
| | * Changed all implicit imports * with explicit classes importsTiziano Perrucci2017-03-082-2/+2
| * | 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
|/ /
* | Merge pull request #461 from skion/rfc6750-errorsOmer Katz2017-04-032-31/+66
|\ \
| * | Add two error codes from RFC 6750.Pieter Ennes2017-04-022-31/+66
* | | Improve prompt parameter validation.Pieter Ennes2017-04-021-11/+18
|/ /
* | Merge pull request #453 from kippandrew/fix-revocation-public-clientsOmer Katz2017-03-311-0/+4
|\ \
| * | Authenticate public clients before revocationAndy Kipp2016-12-061-0/+4
* | | Merge pull request #463 from skion/fragment-errorsOmer Katz2017-03-312-2/+7
|\ \ \
| * | | Redirect errors according to response_mode.Pieter Ennes2017-02-212-2/+7
| | |/ | |/|
* | | Merge pull request #462 from skion/oidc-errorsOmer Katz2017-03-311-1/+43
|\ \ \
| * | | Fix typo in account_selection_required exception name.Pieter Ennes2017-02-141-1/+1
| * | | Add missing OpenID Connect error codes.Pieter Ennes2017-02-141-0/+42
| |/ /
* | | 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-214-6/+20
|/
* Merge pull request #429 from vincent-kuwornu/docs-typoOmer Katz2016-08-281-1/+1
|\
| * Fix typo in docstring.Vincent Kuwornu2016-07-071-1/+1
* | 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-253-3/+3
* | 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-185-17/+60
* | Reworking the handling of claims. @bjmc was quite right to question the hast...Joel Stevenson2016-05-064-18/+43
* | Minor cleanupJoel Stevenson2016-05-021-2/+0
* | Pairing with the previous commit, revert the change related to response_type ...Joel Stevenson2016-05-022-17/+8