| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into dry-up-codedry-up-code | Jonathan Huot | 2018-12-20 | 3 | -11/+109 |
| |\ | |||||
| | * | Merge pull request #629 from oauthlib/add-metadata-doc | Jonathan Huot | 2018-12-20 | 3 | -11/+109 |
| | |\ | | | | | | | Add OAuth2.0 Authorization Server Metadata documentation | ||||
| | | * | Merge branch 'master' into add-metadata-docadd-metadata-doc | Omer Katz | 2018-12-20 | 5 | -6/+62 |
| | | |\ | | |/ | |/| | |||||
| | | * | Merge branch 'master' into add-metadata-doc | Jonathan Huot | 2018-12-16 | 21 | -21/+520 |
| | | |\ | |||||
| | | * | | Add metadata documentation with quick example | Jonathan Huot | 2018-12-13 | 1 | -0/+72 |
| | | | | | |||||
| | | * | | Add OAuth2.0 Authorization Server Metadata documentation | Jonathan Huot | 2018-12-13 | 2 | -11/+37 |
| | | | | | |||||
| * | | | | Merge branch 'master' into dry-up-code | Jonathan Huot | 2018-12-20 | 3 | -5/+5 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #632 from florentcpt/631-use-pytest | Jonathan Huot | 2018-12-20 | 3 | -5/+5 |
| | |\ \ \ | | | | | | | | | | | Use pytest as test framework | ||||
| | | * \ \ | Merge branch 'master' into 631-use-pytest | Jonathan Huot | 2018-12-17 | 23 | -21/+574 |
| | | |\ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | Use pytest as test framework | Florent Captier | 2018-12-16 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | Closes #631 | ||||
| * | | | | | Fix typo. | Omer Katz | 2018-12-17 | 3 | -3/+3 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into dry-up-code | Omer Katz | 2018-12-17 | 31 | -43/+652 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Added bandit to CI to avoid security issues (#627) | Omer Katz | 2018-12-17 | 3 | -1/+57 |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * Added bandit to CI to avoid security issues. * Remove basepython for bandit. * Remove metrics. | ||||
| | * | | | Merge pull request #617 from oauthlib/601-pkce-support | Jonathan Huot | 2018-12-16 | 19 | -18/+486 |
| | |\ \ \ | | | | | | | | | | | Initial OAuth2.0/PKCE Provider support | ||||
| | | * \ \ | Merge branch 'master' into 601-pkce-support | Jonathan Huot | 2018-12-16 | 0 | -0/+0 |
| | | |\ \ \ | | |/ / / | |/| | | | |||||
| | * | | | | Merge pull request #630 from oauthlib/fix-metadata-openid-server | Jonathan Huot | 2018-12-16 | 3 | -3/+32 |
| | |\ \ \ \ | | |_|/ / | |/| | | | Fix issue when using Metadata Endpoint with OIDC PreConfigured server. | ||||
| | | * | | | Fix issue when using Metadata Endpoint with OIDC PreConfigured server.fix-metadata-openid-server | Jonathan Huot | 2018-12-14 | 3 | -3/+32 |
| | |/ / / | |||||
| | | * | | Fixed OAuth2 Metadata when using PKCE and OIDC.Server601-pkce-support | Jonathan Huot | 2018-12-14 | 1 | -1/+6 |
| | | | | | |||||
| | | * | | Fix issue when using Metadata Endpoint with OIDC PreConfigured server. | Jonathan Huot | 2018-12-14 | 2 | -2/+31 |
| | | | | | |||||
| | | * | | Merge remote-tracking branch 'upstream/master' into 601-pkce-support | Jonathan Huot | 2018-12-14 | 1 | -1/+3 |
| | | |\ \ | | |/ / | |/| | | |||||
| | * | | | Update comments regarding OAuth Request Body Hash. (#628) | Omer Katz | 2018-12-13 | 1 | -1/+3 |
| | | |/ | |/| | |||||
| | | * | Fixed typo | Jonathan Huot | 2018-12-13 | 1 | -1/+1 |
| | | | | |||||
| | | * | Merge branch 'master' into 601-pkce-support | Jonathan Huot | 2018-12-13 | 14 | -27/+90 |
| | | |\ | | |/ | |/| | |||||
| | * | | Merge pull request #623 from oauthlib/264-status401 | Jonathan Huot | 2018-12-13 | 9 | -21/+75 |
| | |\ \ | | | | | | | | | Handle 401 with WWW-Authenticate. Moved wrong 401 into 400. | ||||
| | | * \ | Merge branch 'master' into 264-status401 | Jonathan Huot | 2018-12-13 | 5 | -6/+15 |
| | | |\ \ | | |/ / | |/| | | |||||
| | | * | | Add Content-Type and Cache headers to introspect/revocation errors | Jonathan Huot | 2018-12-13 | 4 | -15/+47 |
| | | | | | |||||
| | | * | | Add double-quotes to the key/values in WWW-Authenticate264-status401 | Jonathan Huot | 2018-12-12 | 3 | -7/+7 |
| | | | | | |||||
| | | * | | Used WWW-Authenticate and auth-param values as RFC6750 described it. | Jonathan Huot | 2018-12-12 | 9 | -18/+31 |
| | | | | | | | | | | | | | | | | | It misses the possibility to add scope= and realm= at the moment, but it should be a step forward into the right direction. | ||||
| | | * | | Handle 401 with WWW-Authenticate. Moved wrong 401 into 400. | Jonathan Huot | 2018-12-04 | 9 | -10/+19 |
| | | | | | | | | | | | | | | | | | access_denied/unauthorized_client/consent_required/login_required MUST be 400, and not 401. Also, 401 MUST have WWW-Authenticate when set. It could have an impact of processing those in webframeworks. | ||||
| | | | * | Add details on grant_type & implicit special case. | Jonathan Huot | 2018-12-13 | 1 | -0/+12 |
| | | | | | |||||
| | | | * | Replace temporary list by using clearer "extend" method | Jonathan Huot | 2018-12-13 | 1 | -1/+1 |
| | | | | | |||||
| | | | * | challenge can have a length of 128 when using maximum size of verifier+plain. | Jonathan Huot | 2018-12-13 | 1 | -1/+1 |
| | | | | | |||||
| | | | * | Merge pull request #624 from oauthlib/preconf-server-metadata | Jonathan Huot | 2018-12-11 | 2 | -3/+70 |
| | | | |\ | | | | | | | | | | | Preconf server metadata | ||||
| | | | | * | Sort dict and list in dict values for py27/36 compatpreconf-server-metadata | Jonathan Huot | 2018-11-30 | 1 | -2/+10 |
| | | | | | | |||||
| | | | | * | Add Server metadata test and fix metadata. | Jonathan Huot | 2018-11-30 | 2 | -3/+62 |
| | | | | | | | | | | | | | | | | | | | | | Fix grant_types_supported which must include "implicit" even if it is not a grant_type in oauthlib sense. Removed internal "none" field value from the list of response_types. | ||||
| | | | * | | Merge branch 'master' into 601-pkce-support | Jonathan Huot | 2018-12-11 | 6 | -5/+14 |
| | | | |\ \ | | | |/ / | | |/| / | | | |/ | |||||
| | | | * | Add OAuth2 Provider Server Metadata for PKCE. | Jonathan Huot | 2018-11-30 | 1 | -0/+2 |
| | | | | | |||||
| | | | * | Initial OAuth2.0/PKCE Provider support | Jonathan Huot | 2018-11-29 | 17 | -15/+397 |
| | | | | | |||||
| * | | | | Extract raising on unsupported token. | Omer Katz | 2018-12-17 | 3 | -11/+10 |
| | | | | | |||||
| * | | | | Extract raising error on client auth failure. | Omer Katz | 2018-12-17 | 3 | -21/+15 |
| | | | | | |||||
| * | | | | Raise error on missing token. | Omer Katz | 2018-12-17 | 3 | -9/+11 |
| | | | | | |||||
| * | | | | Extract redirect handling to a common method. | Omer Katz | 2018-12-17 | 3 | -70/+59 |
| | | | | | |||||
| * | | | | Extract default grant headers to helper method. | Omer Katz | 2018-12-17 | 5 | -21/+13 |
| |/ / / | |||||
| * | | | Merge pull request #625 from mlboy/master | Jonathan Huot | 2018-12-12 | 5 | -6/+15 |
| |\ \ \ | |/ / |/| | | let grant_type support custom | ||||
| | * | | change: response_type as attribute | mlboy | 2018-12-12 | 1 | -1/+3 |
| | | | | |||||
| | * | | change: grant_type as attribute | mlboy | 2018-12-12 | 1 | -1/+2 |
| | | | | | | | | | | use refresh_token_key as attribute | ||||
| | * | | change: grant_type as attribute | mlboy | 2018-12-12 | 1 | -1/+3 |
| | | | | |||||
| | * | | change: grant_type as attribute | mlboy | 2018-12-12 | 1 | -1/+3 |
| | | | | |||||
| | * | | change: grant_type as attribute | mlboy | 2018-12-12 | 1 | -2/+4 |
| |/ / | |||||
| * | | Merge pull request #621 from oauthlib/python-3.7 | Jonathan Huot | 2018-12-04 | 4 | -3/+10 |
| |\ \ | | | | | | | Support for Python 3.7 | ||||
