summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Endpoint source documentation.oauth1_provider_revampIb Lundgren2013-06-208-33/+309
* Updated documentation for OAuth 1 provider. #95Ib Lundgren2013-06-185-104/+512
* Request validator tests.Ib Lundgren2013-06-181-535/+59
* Convenience imports for the new OAuth 1 provider.Ib Lundgren2013-06-181-1/+5
* Request validator tests.Ib Lundgren2013-06-181-0/+0
* Refactor old Server into a base request validator. #95Ib Lundgren2013-06-181-0/+751
* Preconfigured all in one endpoint - WebApplicationServer. #95Ib Lundgren2013-06-181-0/+14
* OAuth 1 error definitions.Ib Lundgren2013-06-181-0/+73
* Resource token endpoint. #95Ib Lundgren2013-06-182-0/+188
* Access token endpoint. #95Ib Lundgren2013-06-182-0/+212
* Authorization endpoint. #95Ib Lundgren2013-06-182-0/+111
* Request token endpoint. #95Ib Lundgren2013-06-182-0/+204
* Base endpoint for parameter checking and signature verification. #95Ib Lundgren2013-06-182-0/+570
* Remove old OAuth 1 provider and make way for the new one. #95.Ib Lundgren2013-06-184-833/+9
* 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