summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* Update comments regarding OAuth Request Body Hash.thedrow-patch-1Omer Katz2018-12-131-1/+3
* Merge branch 'master' into 264-status401Jonathan Huot2018-12-135-6/+15
|\
| * change: response_type as attributemlboy2018-12-121-1/+3
| * change: grant_type as attributemlboy2018-12-121-1/+2
| * change: grant_type as attributemlboy2018-12-121-1/+3
| * change: grant_type as attributemlboy2018-12-121-1/+3
| * change: grant_type as attributemlboy2018-12-121-2/+4
* | Add Content-Type and Cache headers to introspect/revocation errorsJonathan Huot2018-12-132-7/+14
* | Add double-quotes to the key/values in WWW-Authenticate264-status401Jonathan Huot2018-12-121-3/+3
* | Used WWW-Authenticate and auth-param values as RFC6750 described it.Jonathan Huot2018-12-127-14/+27
* | Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.Jonathan Huot2018-12-047-6/+15
|/
* `invalid_scope` status code should be 400Benjamin Pereto2018-12-031-1/+3
* Merge branch 'master' into 613-oidc-dispatcher613-oidc-dispatcherJonathan Huot2018-11-233-0/+195
|\
| * Allow custom provider to override oauthlib valuesoauth-metadataJonathan Huot2018-11-211-6/+8
| * Merge branch 'master' into oauth-metadataOmer Katz2018-11-011-1/+1
| |\
| * | Initial OAuth Authorization Server Metadata RFC8414Jonathan Huot2018-10-253-0/+193
* | | Replaced distinct classes by a more unified one.Jonathan Huot2018-11-202-25/+30
* | | Import OIDC main classes identically than OAuth2Jonathan Huot2018-11-202-0/+20
| |/ |/|
* | Wrong Client is also a FatalClientError (#608)Jonathan Huot2018-11-011-1/+1
|/
* Bump version to prepare 3.0.0Jonathan Huot2018-10-051-1/+1
* Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-214-18/+22
|\
| * Fix OIDC tests (#565)Pieter Ennes2018-09-213-17/+19
| * 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-2020-176/+398
| |\
| * \ Merge branch 'master' into invalid-grant-should-respond-with-400Jonathan Huot2018-08-132-0/+6
| |\ \
| * \ \ Merge branch 'master' into invalid-grant-should-respond-with-400Jonathan Huot2018-08-122-2/+2
| |\ \ \
| * | | | `invalid_grant` status code should be 400Free Duerinckx2018-07-041-1/+1
* | | | | * changed "function definition" to "function signature" in two docstringsjonathan vanasco2018-09-202-14/+21
* | | | | Merge branch 'fix-585_client_id' of github.com:jvanasco/oauthlib into fix-585...jonathan vanasco2018-09-175-16/+21
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-175-16/+21
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'master' into 431-customexceptionJonathan Huot2018-09-1520-157/+375
| | |\ \ \ \
| | | * | | | Remove unnecessary workaround for bytes typeJon Dufresne2018-09-144-16/+9
| | * | | | | Fixed py27/pypy supportJonathan Huot2018-09-101-1/+1
| | * | | | | Add support of custom errors coming from providersJonathan Huot2018-09-101-0/+12
* | | | | | | migrated `include_client_id` to `prepare_request_token`jonathan vanasco2018-09-175-11/+70
|/ / / / / /
* | | | | | * added support for empty strings of `client_secret`jonathan vanasco2018-09-172-0/+12
* | | | | | standardized some test valuesjonathan vanasco2018-09-141-1/+1
* | | | | | * addresing ticket #585jonathan vanasco2018-09-136-15/+42
| |/ / / / |/| | | |
* | | | | fixed spacingjonathan vanasco2018-09-111-1/+1
* | | | | cleanup on docs fixesjonathan vanasco2018-09-1111-44/+53
* | | | | redid the docstring fixesjonathan vanasco2018-09-1014-115/+331
|/ / / /
* | | | Merge branch 'master' into masterJonathan Huot2018-09-073-14/+11
|\ \ \ \
| * | | | Make scope optional for authorization code grant.Theron Luhn2018-09-021-12/+0
| * | | | Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-201-1/+0
| |\ \ \ \
| | * | | | Remove headers from request attributesJonathan Huot2018-08-181-1/+0
| * | | | | Merge branch 'master' into 445_confirm_redirect445_confirm_redirectJonathan Huot2018-08-201-1/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | client_id is not passed to save_bearer_token234-fixdocJonathan Huot2018-08-161-1/+0
| | | |_|/ | | |/| |
| * | | | Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-154-2/+8
| |\ \ \ \ | | |/ / /
| * | | | Call get_default_redirect_uri if no redirect_uri in token reqJonathan Huot2018-07-301-0/+11
| | |/ / | |/| |
* | | | Merge branch 'master' into masterJonathan Huot2018-08-122-0/+6
|\ \ \ \ | | |/ / | |/| |