summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* Version bump 2.0.5v2.0.5Hsiaoming Yang2017-10-191-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
* Bump version.v2.0.4Omer Katz2017-09-171-1/+1
* Fixed typo in imports.Omer Katz2017-09-171-1/+1
* Sorted imports.Omer Katz2017-09-1736-88/+93
* Merge pull request #468 from ThePrudents/fix-explicit-importOmer Katz2017-09-113-3/+3
|\
| * Fix base importsTiziano Perrucci2017-03-081-1/+1
| * Changed all implicit imports * with explicit classes importsTiziano Perrucci2017-03-083-3/+3
* | Bump version to 2.0.3.v2.0.3Omer Katz2017-09-071-1/+1
* | Fixed default get_default_realms to raise NotImplementedError.Hoylen Sue2017-08-011-1/+1
* | Extra logging if verification fails because of timestamp/nonce.Hoylen Sue2017-08-011-1/+1
* | Only log signature base string when verification fails.Hoylen Sue2017-08-011-5/+6
* | Extra logging for verifying signatures.Hoylen Sue2017-08-012-4/+17
* | Include function names for NotImplementedError exceptions.Hoylen Sue2017-08-011-24/+33
* | Extra logging for verification failures.Hoylen Sue2017-08-011-0/+1
* | Merge pull request #474 from jdufresne/bytes-warningsOmer Katz2017-07-301-1/+1
|\ \
| * | Fix BytesWarning issued when using a string placeholder for bytes objectJon Dufresne2017-04-161-1/+1
* | | 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
|/ /
* | 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 #456 from empiricalthought/masterOmer Katz2017-03-311-2/+6
|\ \ \
| * | | Use a more grep-able variable nameSteven Huwig2017-01-091-4/+4
| * | | Add log statements to except clausesSteven Huwig2017-01-051-2/+6
| | |/ | |/|
* | | 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 #464 from cknave/case-insensitive-dict-updateOmer Katz2017-03-311-0/+5
|\ \ \
| * | | Update proxy keys on CaseInsensitiveDict.update()Kevin Vance2017-02-231-0/+5
| |/ /
* | | 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
| |/ /
* | | Bump version to 2.0.2.v2.0.2Omer Katz2017-03-191-1/+1
* | | 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
|\