summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #643 by changing orer of validate_user/grant_type for ROPGimprove-reqval-orderJonathan Huot2019-01-082-17/+13
* Fix flow of authcode/redirect_uri since #445 is merged.3-release-docJonathan Huot2019-01-081-4/+2
* Removed unnecessary joinsJonathan Huot2019-01-081-3/+1
* Added functional rank=same to add clarityJonathan Huot2019-01-081-7/+42
* Increase accuracy of functions exitsJonathan Huot2019-01-081-3/+3
* Group a couple of functions exits points to minimize number of edgesJonathan Huot2019-01-081-19/+32
* Add comment to help newcomersJonathan Huot2019-01-081-0/+7
* Removed empty labelJonathan Huot2019-01-081-1/+1
* Added two missing webapi_response linksJonathan Huot2019-01-081-0/+2
* Inverted color for AuthCode AuthZ and Token.Jonathan Huot2019-01-082-4/+4
* 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
|\ \ \ \
| * \ \ \ Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-160-0/+0
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #630 from oauthlib/fix-metadata-openid-serverJonathan Huot2018-12-163-3/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix issue when using Metadata Endpoint with OIDC PreConfigured server.fix-metadata-openid-serverJonathan Huot2018-12-143-3/+32
|/ / / /
| * | | 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-142-2/+31
| * | | 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-1314-27/+90
| |\ \ | |/ / |/| |
* | | Merge pull request #623 from oauthlib/264-status401Jonathan Huot2018-12-139-21/+75
|\ \ \
| * \ \ Merge branch 'master' into 264-status401Jonathan Huot2018-12-135-6/+15
| |\ \ \ | |/ / / |/| | |
| * | | Add Content-Type and Cache headers to introspect/revocation errorsJonathan Huot2018-12-134-15/+47
| * | | Add double-quotes to the key/values in WWW-Authenticate264-status401Jonathan Huot2018-12-123-7/+7
| * | | Used WWW-Authenticate and auth-param values as RFC6750 described it.Jonathan Huot2018-12-129-18/+31