summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow custom provider to override oauthlib valuesoauth-metadataJonathan Huot2018-11-212-6/+18
* Merge branch 'master' into oauth-metadataOmer Katz2018-11-011-1/+1
|\
| * Wrong Client is also a FatalClientError (#608)Jonathan Huot2018-11-011-1/+1
* | Initial OAuth Authorization Server Metadata RFC8414Jonathan Huot2018-10-255-0/+222
|/
* Bump version to prepare 3.0.0Jonathan Huot2018-10-051-1/+1
* Merge pull request #583 from ngoue/masterJonathan Huot2018-10-041-3/+11
|\
| * Merge branch 'master' into masterJonathan Huot2018-10-0461-316/+848
| |\ | |/ |/|
* | Merge pull request #577 from oauthlib/541_issue_templateJonathan Huot2018-09-242-0/+38
|\ \
| * \ Merge branch 'master' into 541_issue_templatePieter Ennes2018-09-2361-321/+864
| |\ \ | |/ / |/| |
* | | Merge pull request #593 from jvanasco/fix-585_client_idJonathan Huot2018-09-2110-27/+281
|\ \ \
| * \ \ Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-2117-58/+46
| |\ \ \ | |/ / / |/| | |
* | | | Fix OIDC tests (#565)Pieter Ennes2018-09-2115-56/+42
* | | | Merge pull request #561 from freeduerinckx/invalid-grant-should-respond-with-400Jonathan Huot2018-09-202-2/+4
|\ \ \ \
| * | | | fixup! `invalid_grant` status code should be 400Free Duerinckx2018-09-201-0/+2
| * | | | Merge branch 'master' into invalid-grant-should-respond-with-400Omer Katz2018-09-2039-240/+593
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' into invalid-grant-should-respond-with-400Jonathan Huot2018-08-139-13/+155
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into invalid-grant-should-respond-with-400Jonathan Huot2018-08-1215-27/+76
| |\ \ \ \ \
| * | | | | | `invalid_grant` status code should be 400Free Duerinckx2018-07-042-2/+2
| | | | * | | * changed "function definition" to "function signature" in two docstringsjonathan vanasco2018-09-203-15/+21
| | | | * | | Merge branch 'fix-585_client_id' of github.com:jvanasco/oauthlib into fix-585...jonathan vanasco2018-09-1717-74/+57
| | | | |\ \ \
| | | | | * \ \ Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-1717-74/+57
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #600 from jdufresne/cap-pypiJonathan Huot2018-09-173-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Correct capitalization of PyPIJon Dufresne2018-09-163-3/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #587 from oauthlib/431-customexceptionJonathan Huot2018-09-152-0/+16
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into 431-customexceptionJonathan Huot2018-09-1530-212/+456
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Remove last remaining G+ reference. (#598)Pieter Ennes2018-09-152-4/+4
* | | | | | | | | Merge pull request #599 from jdufresne/no-noseHsiaoming Yang2018-09-153-4/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unmaintained nose dependency from testsJon Dufresne2018-09-143-4/+5
|/ / / / / / / / /
* | | | | | | | | Correct recent merge (#596)Jon Dufresne2018-09-141-1/+1
* | | | | | | | | Merge pull request #595 from jdufresne/bytesJonathan Huot2018-09-146-31/+19
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into bytesJonathan Huot2018-09-141-7/+7
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #594 from jdufresne/isinstanceJonathan Huot2018-09-142-8/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Prefer assertIsInstance(...) over assertTrue(isinstance(...))Jon Dufresne2018-09-142-8/+8
|/ / / / / / / / / /
| * | | | | | | | | Remove unnecessary workaround for bytes typeJon Dufresne2018-09-146-31/+19
|/ / / / / / / / /
* | | | | | | | | Merge pull request #590 from jdufresne/unittest2Hsiaoming Yang2018-09-143-27/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove workarounds for unsupported Python 2.6Jon Dufresne2018-09-113-27/+5
|/ / / / / / / / /
| * | | | | | | | Merge branch 'master' into 431-customexception431-customexceptionJonathan Huot2018-09-111-1/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fixed py27/pypy supportJonathan Huot2018-09-101-1/+1
| * | | | | | | | | Add support of custom errors coming from providersJonathan Huot2018-09-102-0/+16
| | | | | | * | | | migrated `include_client_id` to `prepare_request_token`jonathan vanasco2018-09-178-28/+137
| | | | | | |/ / /
| | | | | | * | | * added support for empty strings of `client_secret`jonathan vanasco2018-09-175-10/+70
| | | | | | * | | standardized some test valuesjonathan vanasco2018-09-143-9/+9
| | | | | | * | | updated tests to pass on 2.x and 3.xjonathan vanasco2018-09-131-5/+10
| | | | | | * | | * addresing ticket #585jonathan vanasco2018-09-137-16/+90
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #588 from jvanasco/fix-inline_docs_2Jonathan Huot2018-09-1117-141/+418
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | idea for documentation in contributing.rstjonathan vanasco2018-09-111-0/+52
| * | | | | | | fixed spacingjonathan vanasco2018-09-111-1/+1
| * | | | | | | Merge branch 'fix-inline_docs_2' of github.com:jvanasco/oauthlib into fix-inl...jonathan vanasco2018-09-111-1/+2
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into fix-inline_docs_2Jonathan Huot2018-09-111-1/+2
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #589 from oauthlib/582-coverallsJonathan Huot2018-09-111-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |