summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
...
| | * Change to 3.0.2-dev as long as master is in "dev"Jonathan Huot2019-02-251-1/+1
| * | OIDC: Raise error=invalid_request when nonce is mandatoryJonathan Huot2019-02-253-25/+46
| |/
| * Merge branch 'master' into fix-uri-normalizationJonathan Huot2019-02-251-7/+1
| |\
| | * Remove usage of "state" for code/token response.Jonathan Huot2019-02-221-7/+1
| * | Renamed construct_base_string to signature_base_string.Hoylen Sue2019-02-222-10/+15
| * | Renamed normalize_base_string_uri to base_string_uri.Hoylen Sue2019-02-211-2/+1
| * | Merge branch 'master' into fix-uri-normalizationJonathan Huot2019-02-219-19/+27
| |\ \ | | |/
| | * Add clarity to the deprecation warningJonathan Huot2019-02-211-2/+2
| | * Fix 652: removed "state" from /token response.Jonathan Huot2019-02-209-19/+27
| * | Fixed space encoding in base string URI used in the signature base string.Hoylen Sue2019-02-191-7/+31
| |/
| * pep8 and docsDuane King2019-01-241-13/+22
* | Bump versionv3.0.2Jonathan Huot2019-07-041-1/+1
* | OIDC: Raise error=invalid_request when nonce is mandatoryJonathan Huot2019-07-043-25/+46
* | Change to 3.0.2-dev as long as master is in "dev"Jonathan Huot2019-07-041-1/+1
* | Add clarity to the deprecation warningJonathan Huot2019-07-041-2/+2
* | Fix 652: removed "state" from /token response.Jonathan Huot2019-07-049-19/+27
|/
* Bump to 3.0.1v3.0.1Jonathan Huot2019-01-241-1/+1
* Fix 644, Add tests for BasicAuth credentials for all endpoints (#645)Jonathan Huot2019-01-112-8/+8
* Bump to 2019Jonathan Huot2018-12-281-1/+1
* Update Changelog to 3.0.0Jonathan Huot2018-12-281-1/+1
* Merge branch 'master' into dry-up-codedry-up-codeJonathan Huot2018-12-201-9/+33
|\
| * Merge branch 'master' into add-metadata-docJonathan Huot2018-12-167-18/+276
| |\
| * | 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-1712-31/+318
|\ \ \ | | |/ | |/|
| * | Fixed OAuth2 Metadata when using PKCE and OIDC.Server601-pkce-supportJonathan Huot2018-12-141-1/+6
| * | Fix issue when using Metadata Endpoint with OIDC PreConfigured server.Jonathan Huot2018-12-141-2/+4
| * | Merge remote-tracking branch 'upstream/master' into 601-pkce-supportJonathan Huot2018-12-141-1/+3
| |\ \
| | * | Update comments regarding OAuth Request Body Hash. (#628)Omer Katz2018-12-131-1/+3
| | |/
| * | 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-294-12/+241
* | | | 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