summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into dry-up-codedry-up-codeJonathan Huot2018-12-201-9/+33
|\
| * Merge branch 'master' into add-metadata-docJonathan Huot2018-12-164-15/+266
| |\
| * | Add OAuth2.0 Authorization Server Metadata documentationJonathan Huot2018-12-131-9/+33
* | | Fix typo.Omer Katz2018-12-173-3/+3
* | | Merge branch 'master' into dry-up-codeOmer Katz2018-12-179-28/+308
|\ \ \ | | |/ | |/|
| * | Fixed OAuth2 Metadata when using PKCE and OIDC.Server601-pkce-supportJonathan Huot2018-12-141-1/+6
| * | Fixed typoJonathan Huot2018-12-131-1/+1
| * | Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-1312-19/+57
| |\ \ | | |/
| | * Merge branch 'master' into 264-status401Jonathan Huot2018-12-135-6/+15
| | |\
| | * | 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
| * | | Add details on grant_type & implicit special case.Jonathan Huot2018-12-131-0/+12
| * | | Replace temporary list by using clearer "extend" methodJonathan Huot2018-12-131-1/+1
| * | | Merge pull request #624 from oauthlib/preconf-server-metadataJonathan Huot2018-12-111-3/+9
| |\ \ \
| | * | | Add Server metadata test and fix metadata.Jonathan Huot2018-11-301-3/+9
| * | | | Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-111-1/+3
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | Add OAuth2 Provider Server Metadata for PKCE.Jonathan Huot2018-11-301-0/+2
| * | | Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-293-12/+238
* | | | Extract raising on unsupported token.Omer Katz2018-12-173-11/+10
* | | | Extract raising error on client auth failure.Omer Katz2018-12-173-21/+15
* | | | Raise error on missing token.Omer Katz2018-12-173-9/+11
* | | | Extract redirect handling to a common method.Omer Katz2018-12-173-70/+59
* | | | Extract default grant headers to helper method.Omer Katz2018-12-175-21/+13
| |_|/ |/| |
* | | 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
| |/ |/|
* | `invalid_scope` status code should be 400Benjamin Pereto2018-12-031-1/+3
|/
* Allow custom provider to override oauthlib valuesoauth-metadataJonathan Huot2018-11-211-6/+8
* 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-252-0/+192
|/
* Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-211-1/+3
|\
| * 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-2011-126/+323
| |\
| * \ Merge branch 'master' into invalid-grant-should-respond-with-400Jonathan Huot2018-08-132-0/+6
| |\ \
| * | | `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-171-0/+12
|\ \ \ \
| * \ \ \ Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-171-0/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'master' into 431-customexceptionJonathan Huot2018-09-1511-108/+300
| | |\ \ \
| | * | | | 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
| |/ / / |/| | |