summaryrefslogtreecommitdiff
path: root/tests/oauth2
Commit message (Expand)AuthorAgeFilesLines
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-1026-92/+88
* Use unittest.mock instead of external mockMichał Górny2020-03-1621-21/+21
* The future is nowHugo2019-08-1526-53/+0
* Upgrade unit tests to use more useful assertsHugo2019-08-151-2/+2
* Drop support for legacy Python 2.7Hugo2019-08-153-14/+3
* Upgrade Python syntax with pyupgradeHugo2019-08-154-11/+11
* Drop support for legacy Python 2.7Hugo2019-08-152-10/+5
* Merge branch 'master' into 672-fix-null-expires-inOmer Katz2019-06-297-9/+201
|\
| * Check for authorization response errorsMark Gregson2019-06-061-3/+6
| * Enforce POST HTTP method on TokenEndpoint, IntrospectEndpoint and RevocationE...Abhishek Patel2019-05-144-19/+79
| * Ban all query parameters on Intropspection, Token and Revocation endpopointAbhishek Patel2019-05-143-18/+11
| * Add tests + create a global variable for blacklisted query parametersAbhishek Patel2019-05-143-0/+59
| * Merge branch 'master' into 670-pkce-requestinfoJonathan Huot2019-05-071-2/+77
| |\
| | * Add valid testcaseY.Umezaki2019-05-071-0/+28
| | * Add token tests from #491Y.Umezaki2019-05-071-2/+49
| * | Fix 670. AuthCode API must return the new PKCE attribute670-pkce-requestinfoJonathan Huot2019-04-261-2/+4
| |/
* | Handle null value in expires_in field in JSON handlerJosh Holmer2019-04-301-0/+18
|/
* Removed useless set_state internal functionJonathan Huot2019-02-211-7/+1
* Add authorization "state" preservation back for AuthCodeJonathan Huot2019-02-211-0/+7
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-202-24/+27
* Fix 644, Add tests for BasicAuth credentials for all endpoints (#645)Jonathan Huot2019-01-112-2/+57
* Fix issue when using Metadata Endpoint with OIDC PreConfigured server.Jonathan Huot2018-12-141-0/+27
* Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-132-8/+33
|\
| * Add Content-Type and Cache headers to introspect/revocation errorsJonathan Huot2018-12-132-8/+33
| * Add double-quotes to the key/values in WWW-Authenticate264-status401Jonathan Huot2018-12-122-4/+4
| * Used WWW-Authenticate and auth-param values as RFC6750 described it.Jonathan Huot2018-12-122-4/+4
| * Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.Jonathan Huot2018-12-042-4/+4
* | Merge pull request #624 from oauthlib/preconf-server-metadataJonathan Huot2018-12-111-0/+61
|\ \
| * | 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-301-0/+53
* | | Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-111-1/+1
|\ \ \ | |/ / |/| / | |/
| * `invalid_scope` status code should be 400Benjamin Pereto2018-12-031-1/+1
* | Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-297-0/+133
|/
* Allow custom provider to override oauthlib valuesoauth-metadataJonathan Huot2018-11-211-0/+10
* Initial OAuth Authorization Server Metadata RFC8414Jonathan Huot2018-10-251-0/+28
* Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-211-1/+1
|\
| * Merge branch 'master' into invalid-grant-should-respond-with-400Omer Katz2018-09-205-1/+44
| |\
| * \ Merge branch 'master' into invalid-grant-should-respond-with-400Jonathan Huot2018-08-133-2/+18
| |\ \
| * | | `invalid_grant` status code should be 400Free Duerinckx2018-07-041-1/+1
* | | | * changed "function definition" to "function signature" in two docstringsjonathan vanasco2018-09-201-1/+0
* | | | Merge branch 'fix-585_client_id' of github.com:jvanasco/oauthlib into fix-585...jonathan vanasco2018-09-171-0/+4
|\ \ \ \
| * \ \ \ Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-171-0/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Add support of custom errors coming from providersJonathan Huot2018-09-101-0/+4
* | | | | migrated `include_client_id` to `prepare_request_token`jonathan vanasco2018-09-173-17/+67
|/ / / /
* | | | * added support for empty strings of `client_secret`jonathan vanasco2018-09-172-10/+48
* | | | standardized some test valuesjonathan vanasco2018-09-142-8/+8
* | | | updated tests to pass on 2.x and 3.xjonathan vanasco2018-09-131-5/+10
* | | | * addresing ticket #585jonathan vanasco2018-09-131-1/+48
|/ / /
* | | Write a test for authorization grant w/ no scope.Theron Luhn2018-09-031-0/+6
* | | Fix test_error_catching.Theron Luhn2018-09-021-1/+3