summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | FatalClientError testsIb Lundgren2013-03-191-5/+141
* | Wreaking havoc in the world of documentationIb Lundgren2013-03-024-40/+44
|/
* Use new errors, expires_at and require httpsIb Lundgren2013-02-232-20/+24
* User association tests.Ib Lundgren2013-02-221-4/+79
* Client association testsIb Lundgren2013-02-211-6/+42
* Request now use a CaseInsensitiveDict. Fix #121.Ib Lundgren2013-02-212-2/+35
* Client sign with empty and None body testIb Lundgren2013-02-211-0/+12
* Refactor auth code client_id fallback authIb Lundgren2013-02-202-2/+21
* Harden client check. Fix #114.Ib Lundgren2013-02-202-9/+44
* Missing default or invalid redirect_uri tests.Ib Lundgren2013-02-201-0/+39
* Redirect URI preservation testIb Lundgren2013-02-201-1/+12
* Raise error if body supplied in signing of GET and HEAD requests (#120).Ib Lundgren2013-02-201-1/+14
* State preservation check.Ib Lundgren2013-02-191-5/+29
* Invalid scope checkIb Lundgren2013-02-191-3/+30
* Python 3 import fix.Ib Lundgren2013-02-181-3/+6
* Outline of upcoming oauth 2 tests.Ib Lundgren2013-02-181-0/+56
* OAuth 2 cope handling tests.Ib Lundgren2013-02-181-0/+147
* Fixed verify_request_token_request in OAuth1 server.Ondrej Slinták2013-02-141-0/+17
* Client.sign return value encoding.Ib Lundgren2013-02-121-0/+10
* Use urldecode instead of parse_qslIb Lundgren2013-02-121-1/+1
* Revert default urlencodingIb Lundgren2013-02-051-4/+4
* First draft request validator docs (#45,#46,#47,#48,#75)Ib Lundgren2013-02-031-1/+2
* OAuth2 provider nearing alpha (#45,#46,#47,#48,#75)Ib Lundgren2013-02-022-7/+22
* Automatic urlencoding of input (#96).Ib Lundgren2013-01-291-5/+5
* Large OAuth 2 provider update.Ib Lundgren2013-01-222-17/+10
* Merge pull request #92 from metatoaster/oauth1_callback_verifyIb Lundgren2013-01-151-3/+18
|\
| * Fix a mess to formatting made in parent.Tommy Yu2013-01-121-2/+1
| * Test for callback verificationTommy Yu2013-01-121-4/+20
* | Fix dummy token testsRuss Garrett2013-01-151-1/+5
|/