summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into oidc-userinfoJonathan Huot2019-07-046-7/+55
|\
| * Merge branch 'master' into 672-fix-null-expires-inJonathan Huot2019-07-041-0/+1
| |\
| | * Fix BackendApplicationClient.prepare_request_bodyqporest2019-07-021-0/+1
| * | Merge branch 'master' into 672-fix-null-expires-inOmer Katz2019-06-298-8/+58
| |\ \ | | |/
| | * Check for authorization response errorsMark Gregson2019-06-061-3/+6
| | * Enforce POST HTTP method on TokenEndpoint, IntrospectEndpoint and RevocationE...Abhishek Patel2019-05-144-2/+28
| | * Ban all query parameters on Intropspection, Token and Revocation endpopointAbhishek Patel2019-05-141-8/+4
| | * Add tests + create a global variable for blacklisted query parametersAbhishek Patel2019-05-141-7/+9
| | * Add validation check for presence of forbidden query parameters in OAuth2 Tok...Abhishek Patel2019-05-144-1/+18
| * | Handle null value in expires_in field in JSON handlerJosh Holmer2019-04-301-1/+4
* | | Removed duplicated code for oauth2.BaseEndpointJonathan Huot2019-05-131-48/+2
| |/ |/|
* | Merge branch 'master' into 670-pkce-requestinfoJonathan Huot2019-05-072-2/+5
|\ \
| * \ Merge branch 'master' into patch-1Jonathan Huot2019-05-071-0/+3
| |\ \
| | * \ Merge branch 'master' into oidc-hashesJonathan Huot2019-04-234-35/+35
| | |\ \ | | | |/
| | * | Add technicals fields of `id_token` in oauthlib OIDC supportJonathan Huot2019-02-281-0/+3
| | * | Removed duplicated OIDC members in OAuth2.RequestValidatorJonathan Huot2019-02-281-182/+0
| * | | token_type should be case insensitiveume2019-05-011-2/+2
| | |/ | |/|
* | | Fix 670. AuthCode API must return the new PKCE attribute670-pkce-requestinfoJonathan Huot2019-04-261-0/+3
|/ /
* | fix include_client_id argumentArjan Keeman2019-04-014-35/+35
* | Removed duplicated OIDC members in OAuth2.RequestValidatorJonathan Huot2019-02-281-182/+0
|/
* Remove usage of "state" for code/token response.Jonathan Huot2019-02-221-7/+1
* Add clarity to the deprecation warningJonathan Huot2019-02-211-2/+2
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-206-15/+21
* pep8 and docsDuane King2019-01-241-13/+22
* Fix 644, Add tests for BasicAuth credentials for all endpoints (#645)Jonathan Huot2019-01-112-8/+8
* 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
| |_|/ |/| |