summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into oidc-hashesoidc-hashesJonathan Huot2019-05-062-3/+14
|\
| * Add case-insensitive headers to oauth1 BaseEndpoint (#669)Jonathan Huot2019-05-062-3/+14
| |\
| | * Add case-insensitive headers to oauth1 BaseEndpointJordan Gardner2019-05-012-3/+14
| |/
* | Removed wrong assumption from copy/paste of get_autho.._scopes.Jonathan Huot2019-04-291-3/+2
* | Fix typo gave/haveJonathan Huot2019-04-291-2/+2
* | Fix docstring about return valueJonathan Huot2019-04-291-1/+1
* | Merge branch 'master' into oidc-hashesJonathan Huot2019-04-267-1/+49
|\ \ | |/
| * Fix issue #665: Add method to get / set debug flag (#668)Merge pull request #...Jonathan Huot2019-04-247-1/+49
| |\
| | * Update documentationAbhishek Patel2019-04-233-1/+10
| | * refactor to get_debugAbhishek Patel2019-04-232-3/+3
| | * add docAbhishek Patel2019-04-211-0/+8
| | * Add method to get/set debug flagAbhishek Patel2019-04-214-0/+31
| |/
* | Merge branch 'master' into oidc-hashesJonathan Huot2019-04-234-35/+35
|\ \ | |/
| * Merge pull request #663 from akeeman/masterJonathan Huot2019-04-184-35/+35
| |\
| | * fix include_client_id argumentArjan Keeman2019-04-014-35/+35
| |/
* | Python2.7 compatibleJonathan Huot2019-03-262-4/+4
* | Add unittests for OIDC GrantTypeBase.Jonathan Huot2019-03-262-3/+107
* | Use native operator instead type conversionJonathan Huot2019-03-261-1/+1
* | Renamed fill into finalize to add clarityJonathan Huot2019-03-264-10/+10
* | Merge branch 'master' into oidc-hashesJonathan Huot2019-03-054-6/+6
|\ \ | |/
| * Merge pull request #658 from oauthlib/oidc-reqval-duplicateJonathan Huot2019-03-056-189/+10
| |\
| | * Merge branch 'master' into oidc-reqval-duplicateoidc-reqval-duplicateJonathan Huot2019-03-041-1/+1
| | |\ | | |/ | |/|
| * | Merge pull request #659 from jdufresne/isinstanceJonathan Huot2019-03-041-1/+1
| |\ \
| | * | Combine multiple isinstance() calls to oneJon Dufresne2019-03-021-1/+1
| |/ /
| | * Fixed missing references in unittestsJonathan Huot2019-02-283-5/+5
| | * Removed duplicated OIDC members in OAuth2.RequestValidatorJonathan Huot2019-02-283-184/+5
| |/
| * Merge pull request #656 from oauthlib/oidc-nonceJonathan Huot2019-02-286-61/+167
| |\
| | * Merge branch 'master' into oidc-nonceoidc-nonceJonathan Huot2019-02-272-2/+2
| | |\ | | |/ | |/|
| * | Merge pull request #655 from oauthlib/3.0.2-initJonathan Huot2019-02-262-2/+2
| |\ \
| | * \ Merge branch 'master' into 3.0.2-init3.0.2-initJonathan Huot2019-02-261-1/+1
| | |\ \ | | |/ / | |/| |
| | * | Change to 3.0.2-dev as long as master is in "dev"Jonathan Huot2019-02-252-2/+2
* | | | Change to 3.0.2-dev as long as master is in "dev"Jonathan Huot2019-03-052-2/+2
* | | | Add c_hash. Add summary about when nonce/hashes are added to id_tokenJonathan Huot2019-02-281-0/+29
* | | | Add technicals fields of `id_token` in oauthlib OIDC supportJonathan Huot2019-02-286-17/+166
* | | | Removed duplicated OIDC members in OAuth2.RequestValidatorJonathan Huot2019-02-283-184/+5
| |_|/ |/| |
* | | Merge branch 'master' into oidc-nonceJonathan Huot2019-02-261-1/+1
|\ \ \ | |/ /
| * | Merge pull request #657 from oauthlib/travis-coverallsJonathan Huot2019-02-261-1/+1
| |\ \ | | |/ | |/|
| | * Notifications must be sent for every buildtravis-coverallsJonathan Huot2019-02-251-1/+1
| |/
* | Added missing import after test movedJonathan Huot2019-02-251-2/+5
* | Move HybridGrant test into its respective file.Jonathan Huot2019-02-252-75/+76
* | Add nonce mandatory check for "id_token" response_typeJonathan Huot2019-02-251-0/+21
* | Add nonce auth request check for authorization_codeJonathan Huot2019-02-251-0/+14
* | OIDC: Raise error=invalid_request when nonce is mandatoryJonathan Huot2019-02-254-32/+99
|/
* Merge pull request #651 from hoylen/fix-uri-normalizationJonathan Huot2019-02-254-31/+71
|\
| * Merge branch 'master' into fix-uri-normalizationJonathan Huot2019-02-253-11/+4
| |\ | |/ |/|
* | Merge pull request #654 from oauthlib/652-token_stateJonathan Huot2019-02-253-11/+4
|\ \
| * \ Merge branch 'master' into 652-token_state652-token_stateJonathan Huot2019-02-220-0/+0
| |\ \ | |/ / |/| |
| * | Remove usage of "state" for code/token response.Jonathan Huot2019-02-223-11/+4
| | * Renamed construct_base_string to signature_base_string.Hoylen Sue2019-02-223-16/+21
| | * Renamed normalize_base_string_uri to base_string_uri.Hoylen Sue2019-02-211-2/+1