summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Notifications must be sent for every buildtravis-coverallsJonathan Huot2019-02-251-1/+1
* 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 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-114-10/+65
* | Fixed graphviz/dot graph & improved clarity (#642)Jonathan Huot2019-01-082-27/+80
* | Merge pull request #639 from oauthlib/3-releasev3.0.0Jonathan Huot2019-01-078-17/+320
|\ \
| * | Add Breaking Changes section & split Bugfixes3-releaseJonathan Huot2019-01-071-6/+9
| * | Replace latest occurences of Gazit w/ new communityJonathan Huot2018-12-281-3/+3
| * | Bump to 2019Jonathan Huot2018-12-283-3/+3
| * | Update Changelog to 3.0.0Jonathan Huot2018-12-282-3/+41
| * | Add OAuth2 Provider oauthlib-flowJonathan Huot2018-12-285-9/+271
|/ /
* | Fix invalid escape sequence in tests (#637)Jon Dufresne2018-12-271-1/+1
* | Pass python_requires argument to setuptools (#636)Jon Dufresne2018-12-271-0/+1
* | Remove unused 'tests_require' from setup.py (#638)Jon Dufresne2018-12-261-5/+1
* | Merge pull request #635 from jdufresne/requiresJonathan Huot2018-12-261-3/+0
|\ \
| * | Remove unused 'requires' variable form setup.pyJon Dufresne2018-12-261-3/+0
|/ /
* | Merge pull request #634 from oauthlib/dry-up-codeJonathan Huot2018-12-209-128/+104
|\ \
| * \ Merge branch 'master' into dry-up-codedry-up-codeJonathan Huot2018-12-203-11/+109
| |\ \ | |/ / |/| |
* | | Merge pull request #629 from oauthlib/add-metadata-docJonathan Huot2018-12-203-11/+109
|\ \ \
| * \ \ Merge branch 'master' into add-metadata-docadd-metadata-docOmer Katz2018-12-205-6/+62
| |\ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into add-metadata-docJonathan Huot2018-12-1621-21/+520
| |\ \ \
| * | | | Add metadata documentation with quick exampleJonathan Huot2018-12-131-0/+72
| * | | | Add OAuth2.0 Authorization Server Metadata documentationJonathan Huot2018-12-132-11/+37
| | | * | Merge branch 'master' into dry-up-codeJonathan Huot2018-12-203-5/+5
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Merge pull request #632 from florentcpt/631-use-pytestJonathan Huot2018-12-203-5/+5
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into 631-use-pytestJonathan Huot2018-12-1723-21/+574
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use pytest as test frameworkFlorent Captier2018-12-163-5/+5
| | | | * | Fix typo.Omer Katz2018-12-173-3/+3
| | | | * | Merge branch 'master' into dry-up-codeOmer Katz2018-12-1731-43/+652
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Added bandit to CI to avoid security issues (#627)Omer Katz2018-12-173-1/+57
| |_|/ / / |/| | | |
* | | | | Merge pull request #617 from oauthlib/601-pkce-supportJonathan Huot2018-12-1619-18/+486
|\ \ \ \ \