summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | add docAbhishek Patel2019-04-211-0/+8
| | * | | Add method to get/set debug flagAbhishek Patel2019-04-214-0/+31
| |/ / /
| * | | Merge pull request #663 from akeeman/masterJonathan Huot2019-04-184-35/+35
| |\ \ \ | | |_|/ | |/| |
| | * | fix include_client_id argumentArjan Keeman2019-04-014-35/+35
| |/ /
| * | 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
| | | * 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
| | | * Merge branch 'master' into fix-uri-normalizationJonathan Huot2019-02-2113-52/+72
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #653 from oauthlib/652-token_stateJonathan Huot2019-02-2113-50/+70
| |\ \ \ | | |/ /
| | * | Removed useless set_state internal functionJonathan Huot2019-02-211-7/+1
| | * | Add authorization "state" preservation back for AuthCodeJonathan Huot2019-02-211-0/+7
| | * | Add clarity to the deprecation warningJonathan Huot2019-02-211-2/+2
| | * | Fix 652: removed "state" from /token response.Jonathan Huot2019-02-2013-49/+68
| |/ /
| * | Merge pull request #648 from JonathanHuot/masterJonathan Huot2019-02-191-0/+4
| |\ \
| | * \ Merge branch 'master' into masterJonathan Huot2019-02-191-13/+22
| | |\ \ | | |/ / | |/| |
| | * | Add 3.0.1 changelogJonathan Huot2019-01-311-0/+4
| | | * Fixed space encoding in base string URI used in the signature base string.Hoylen Sue2019-02-193-15/+55
| | |/ | |/|
| * | Merge pull request #647 from duaneking/masterDuane King2019-02-021-13/+22
| |\ \ | | |/ | |/|
| | * pep8 and docsDuane King2019-01-241-13/+22
| | * Merge pull request #1 from oauthlib/masterDuane King2019-01-24141-1593/+5545
| | |\ | | |/ | |/|
* | | Bump versionv3.0.2Jonathan Huot2019-07-041-1/+1
* | | Update for 3.0.2Jonathan Huot2019-07-041-1/+4
* | | Notifications must be sent for every buildJonathan Huot2019-07-041-1/+1
* | | Added missing import after test movedJonathan Huot2019-07-041-2/+5
* | | Move HybridGrant test into its respective file.Jonathan Huot2019-07-042-75/+76
* | | Add nonce mandatory check for "id_token" response_typeJonathan Huot2019-07-041-0/+21
* | | Add nonce auth request check for authorization_codeJonathan Huot2019-07-041-0/+14