summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add OAuth 1 access token endpoint validator method invalidate_request_token. ...Ib Lundgren2013-09-131-0/+3
* Refactor common tests into subject area tests.Ib Lundgren2013-09-131-58/+93
* Signature method and type tests.Ib Lundgren2013-09-121-1/+90
* Verification tests for all signature methods.Ib Lundgren2013-09-121-8/+45
* PEP8 cleanup of test_signatures.Ib Lundgren2013-09-121-74/+144
* Restructure OAuth2 tests.Ib Lundgren2013-09-1219-1150/+1363
* Merge pull request #201 from squirly/#200Ib Lundgren2013-08-033-96/+134
|\
| * #200 First attempt at API cleanup to match OAuth1.Tyler Jones2013-08-013-96/+134
* | #199 Proposed API changes for endpoints.Tyler Jones2013-08-014-26/+28
* | Added tests.Tyler Jones2013-07-261-1/+8
|/
* Test for correct nonce_checking across endpoints.Ib Lundgren2013-07-263-3/+13
* Add star to the set of safe characters in urlsMathieu Alorent2013-07-241-0/+1
* Auth scheme lower and short header test.Ib Lundgren2013-07-091-0/+1
* Merge branch 'master' of https://github.com/scfarley/oauthlib into scfarley-m...Ib Lundgren2013-07-091-0/+9
|\
| * Improve resilience to bad authorization headersSean C. Farley2013-06-281-0/+9
* | add comma to the set of safe characters in urlsMassimiliano2013-07-091-0/+1
* | fix test cases for realmsHsiaoming Yang2013-07-033-14/+14
|/
* Allow realm to be passed in URI and Body. Fix #139.Ib Lundgren2013-06-211-0/+10
* Validator confirm_scopes becomes get_original_scopes. #182, #183Ib Lundgren2013-06-211-1/+24
* Add initial refresh token grant tests. Fix #182.Ib Lundgren2013-06-201-0/+43
* Endpoint source documentation.oauth1_provider_revampIb Lundgren2013-06-203-9/+9
* Request validator tests.Ib Lundgren2013-06-181-535/+59
* Request validator tests.Ib Lundgren2013-06-181-0/+0
* Resource token endpoint. #95Ib Lundgren2013-06-181-0/+78
* Access token endpoint. #95Ib Lundgren2013-06-181-0/+86
* Authorization endpoint. #95Ib Lundgren2013-06-181-0/+45
* Request token endpoint. #95Ib Lundgren2013-06-181-0/+78
* Base endpoint for parameter checking and signature verification. #95Ib Lundgren2013-06-181-0/+357
* Remove old OAuth 1 provider and make way for the new one. #95.Ib Lundgren2013-06-181-0/+0
* add test case for is_secure_transportHsiaoming Yang2013-05-311-0/+14
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-302-22/+29
* Rename draft to rfc. Fix #75.Ib Lundgren2013-05-308-24/+25
* Add optional expires_in parameter to BearerTokenHong Minhee2013-05-242-9/+12
* Check data with extra parameters by the right wayEunchong Yu2013-05-081-15/+10
* Make normalize_base_string_uri handle scheme and path more conformantlyMatt McClure2013-05-032-6/+18
* Update, comment on, and test the implementation.Matt McClure2013-05-021-0/+4
* Changed token type validation to be case-insensitive.Andy Shea2013-03-281-0/+8
* Merge pull request #124 from wiliamsouza/masterIb Lundgren2013-03-261-0/+11
|\
| * Added generate_client_id function to commonWiliam Souza2013-02-271-0/+11
* | Unicode experimentation, #127Ib Lundgren2013-03-251-0/+13
* | Extra credentials usage tests.Ib Lundgren2013-03-251-2/+52
* | Invalid scope tests.Ib Lundgren2013-03-251-1/+21
* | Invalid client tests.Ib Lundgren2013-03-251-2/+14
* | Invalid grant tests.Ib Lundgren2013-03-251-1/+11
* | Unsupported grant type tests.Ib Lundgren2013-03-251-1/+13
* | Server error catching. Unavailability toggling.Ib Lundgren2013-03-251-3/+63
* | Response type tests.Ib Lundgren2013-03-251-1/+9
* | Access denied test.Ib Lundgren2013-03-251-4/+6
* | Unauthorized client tests.Ib Lundgren2013-03-251-2/+25
* | Duplicate parameter checks & tests.Ib Lundgren2013-03-251-1/+60