summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.4.20.4.2Ib Lundgren2013-05-313-2/+4
* Merge pull request #172 from lepture/debug-modeIb Lundgren2013-05-313-4/+5
|\
| * move uri.lower() to is_secure_transportHsiaoming Yang2013-05-313-4/+4
| * another debug-mode. #170Hsiaoming Yang2013-05-311-1/+2
|/
* Remove django+decorator bits of skeleton example.Ib Lundgren2013-05-311-40/+0
* Outline example view setup for providers.Ib Lundgren2013-05-311-4/+136
* Merge pull request #169 from dasevilla/organize-docsIb Lundgren2013-05-3123-47/+43
|\
| * Organize documentation into directoriesDevin Sevilla2013-05-3023-47/+43
* | Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-05-315-5/+28
|\ \
| * \ Merge pull request #171 from lepture/doc-mistakesIb Lundgren2013-05-311-1/+1
| |\ \
| | * | docstring fixHsiaoming Yang2013-05-311-1/+1
| | |/
| * | Merge pull request #170 from lepture/debug-modeIb Lundgren2013-05-314-4/+27
| |\ \ | | |/ | |/|
| | * add test case for is_secure_transportHsiaoming Yang2013-05-311-0/+14
| | * use is_secure_transport to check uriHsiaoming Yang2013-05-312-5/+12
| | * add myself in authorsHsiaoming Yang2013-05-311-0/+1
| | * debug support for prepare_grant_uriHsiaoming Yang2013-05-311-1/+2
| |/
* | Remove code left after copy paste mistake.Ib Lundgren2013-05-311-1093/+0
|/
* Remove framework specific decorators. Fix #167.Ib Lundgren2013-05-306-456/+25
* Begun documenting faq and features. Fix #119 and #117.Ib Lundgren2013-05-303-0/+63
* Fix links from draft25 - rfc move.Ib Lundgren2013-05-3013-30/+18
* Fix #78.Ib Lundgren2013-05-301-1/+26
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-3025-1331/+2835
* Rename draft to rfc. Fix #75.Ib Lundgren2013-05-3016-34/+35
* Update references to point to RFC.Ib Lundgren2013-05-305-119/+161
* Fix #138.Ib Lundgren2013-05-291-1/+1
* Merge pull request #165 from lepture/coverallIb Lundgren2013-05-292-2/+5
|\
| * add badge for coveralls, and fix travis badgeHsiaoming Yang2013-05-291-1/+4
| * it should work this wayHsiaoming Yang2013-05-291-1/+1
| * coverall only cover the package, not the testsHsiaoming Yang2013-05-291-1/+1
* | Merge pull request #166 from synasius/request-param-errorIb Lundgren2013-05-293-44/+59
|\ \ | |/ |/|
| * Add request param on errors raise where request is availableFederico Frenguelli2013-05-291-41/+46
| * Fixed docstringsFederico Frenguelli2013-05-291-2/+2
| * Add request parameters to error objectFederico Frenguelli2013-05-291-1/+11
|/
* Merge pull request #158 from lepture/travisIb Lundgren2013-05-283-4/+23
|\
| * add coverallsHsiaoming Yang2013-05-241-3/+8
| * only install unittest2 on python 2.6 and 2.7Hsiaoming Yang2013-05-242-0/+6
| * remove unittest2, since it brokes on py3Hsiaoming Yang2013-05-241-1/+1
| * add more python version in travis and tox. #73Hsiaoming Yang2013-05-242-4/+12
* | Merge pull request #161 from dasevilla/base-client-docsIb Lundgren2013-05-283-8/+18
|\ \
| * | Use HttpLexerDevin Sevilla2013-05-271-2/+6
| * | Fix formatting in OAuth 2 Client docsDevin Sevilla2013-05-251-10/+10
| * | Add base OAuth2 Client to documentationDevin Sevilla2013-05-252-0/+6
* | | Merge pull request #163 from lepture/code-styleIb Lundgren2013-05-284-7/+8
|\ \ \ | |/ / |/| |
| * | clean whitespace, fix blank lines according to pep8Hsiaoming Yang2013-05-284-7/+8
|/ /
* | Merge pull request #160 from bpc/configurable_expires_inIb Lundgren2013-05-244-24/+35
|\ \ | |/ |/|
| * Add token_expires_in opt to all-in-one endpointsHong Minhee2013-05-242-12/+22
| * Add optional expires_in parameter to BearerTokenHong Minhee2013-05-243-14/+15
|/
* Merge pull request #157 from stephane/missing-argsIb Lundgren2013-05-234-12/+23
|\
| * Fix extracting of scope values from POSTStéphane Raimbault2013-05-232-2/+2
| * Wrap and trailing whitespaces in README.rstStéphane Raimbault2013-05-231-6/+16