summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into banditbanditJonathan Huot2018-12-1620-20/+517
|\
| * 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
| | |\ | | |/ | |/|
| | * Fixed typoJonathan Huot2018-12-131-1/+1
| | * Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-1314-27/+90
| | |\
| | * | 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
| | * | challenge can have a length of 128 when using maximum size of verifier+plain.Jonathan Huot2018-12-131-1/+1
| | * | Merge pull request #624 from oauthlib/preconf-server-metadataJonathan Huot2018-12-112-3/+70
| | |\ \
| | | * | Sort dict and list in dict values for py27/36 compatpreconf-server-metadataJonathan Huot2018-11-301-2/+10
| | | * | Add Server metadata test and fix metadata.Jonathan Huot2018-11-302-3/+62
| | * | | Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-116-5/+14
| | |\ \ \ | | | |/ / | | |/| |
| | * | | Add OAuth2 Provider Server Metadata for PKCE.Jonathan Huot2018-11-301-0/+2
| | * | | Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-2917-15/+397
* | | | | Remove basepython for bandit.Omer Katz2018-12-161-1/+0
* | | | | Merge branch 'master' into banditOmer Katz2018-12-1310-22/+78
|\ \ \ \ \ | |/ / / /
| * | | | Update comments regarding OAuth Request Body Hash. (#628)Omer Katz2018-12-131-1/+3
| | |_|/ | |/| |
| * | | 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
| | * | | Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.Jonathan Huot2018-12-049-10/+19
| | | |/ | | |/|
* | | | Added bandit to CI to avoid security issues.Omer Katz2018-12-133-1/+840
|/ / /
* | | Merge pull request #625 from mlboy/masterJonathan Huot2018-12-125-6/+15
|\ \ \ | |/ / |/| |
| * | change: response_type as attributemlboy2018-12-121-1/+3
| * | change: grant_type as attributemlboy2018-12-121-1/+2
| * | change: grant_type as attributemlboy2018-12-121-1/+3
| * | change: grant_type as attributemlboy2018-12-121-1/+3
| * | change: grant_type as attributemlboy2018-12-121-2/+4
|/ /
* | Merge pull request #621 from oauthlib/python-3.7Jonathan Huot2018-12-044-3/+10
|\ \
| * \ Merge branch 'master' into python-3.7Jonathan Huot2018-12-042-2/+4
| |\ \ | |/ / |/| |
* | | Merge pull request #620 from bpereto/invalid-scope-should-respond-with-400Jonathan Huot2018-12-042-2/+4
|\ \ \ | |_|/ |/| |
| * | `invalid_scope` status code should be 400Benjamin Pereto2018-12-032-2/+4
|/ /
| * Fix PyPy build in Xenial.python-3.7Pieter Ennes2018-12-032-3/+3
| * Add PyCharm ignore.Pieter Ennes2018-12-031-0/+2
| * Support for Python 3.7.Pieter Ennes2018-12-033-1/+6
|/
* Merge pull request #616 from oauthlib/oidc-docJonathan Huot2018-11-294-22/+96
|\
| * Merge branch 'master' into oidc-docJonathan Huot2018-11-299-33/+291
| |\ | |/ |/|
* | Merge pull request #614 from oauthlib/613-oidc-dispatcherJonathan Huot2018-11-265-33/+58
|\ \
| * \ Merge branch 'master' into 613-oidc-dispatcher613-oidc-dispatcherJonathan Huot2018-11-235-0/+234
| |\ \ | |/ / |/| |
* | | Merge pull request #605 from oauthlib/oauth-metadataJonathan Huot2018-11-235-0/+234
|\ \ \
| * | | Allow custom provider to override oauthlib valuesoauth-metadataJonathan Huot2018-11-212-6/+18
| * | | Merge branch 'master' into oauth-metadataOmer Katz2018-11-011-1/+1
| |\ \ \ | |/ / / |/| | |
| * | | Initial OAuth Authorization Server Metadata RFC8414Jonathan Huot2018-10-255-0/+222