summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.5.00.5.0Ib Lundgren2013-07-093-3/+5
* Revert back to inline string for Licence. See #81.Ib Lundgren2013-07-091-1/+1
* Merge branch 'pypi' of https://github.com/lepture/oauthlib into lepture-pypiIb Lundgren2013-07-091-7/+29
|\
| * style fix for setup.py. add classifiersHsiaoming Yang2013-07-091-7/+29
* | Auth scheme lower and short header test.Ib Lundgren2013-07-092-3/+3
* | Merge branch 'master' of https://github.com/scfarley/oauthlib into scfarley-m...Ib Lundgren2013-07-092-7/+17
|\ \
| * | Use case-insensitive removal of scheme from headerSean C. Farley2013-07-051-2/+1
| * | Validate authentication header prior to parsingSean C. Farley2013-07-051-6/+8
| * | Improve resilience to bad authorization headersSean C. Farley2013-06-282-1/+10
* | | Add token_generator param to pre-configured Server. #192.Ib Lundgren2013-07-091-2/+2
| |/ |/|
* | Merge pull request #191 from masci/comma_safe_for_urlsIb Lundgren2013-07-082-1/+2
|\ \
| * | add comma to the set of safe characters in urlsMassimiliano2013-07-092-1/+2
|/ /
* | Merge pull request #189 from lepture/realmsIb Lundgren2013-07-037-41/+41
|\ \ | |/ |/|
| * fix test cases for realmsHsiaoming Yang2013-07-033-14/+14
| * use realms as the list container, realm as the string containerHsiaoming Yang2013-07-034-27/+27
|/
* Merge pull request #184 from clintecker/cleanup_for_original_scopesIb Lundgren2013-06-212-3/+6
|\
| * changing server example to reflect changes to request validator in 035d46c73a...Clint Ecker2013-06-212-3/+6
|/
* Allow realm to be passed in URI and Body. Fix #139.Ib Lundgren2013-06-212-5/+16
* Validator confirm_scopes becomes get_original_scopes. #182, #183Ib Lundgren2013-06-213-20/+51
* Add initial refresh token grant tests. Fix #182.Ib Lundgren2013-06-202-3/+45
* Fix scope validation on refresh token grant.Ib Lundgren2013-06-201-15/+1
* Remove code from copy/paste mistake.Ib Lundgren2013-06-201-100/+0
* Merge pull request #181 from idan/oauth1_provider_revampIb Lundgren2013-06-2025-1483/+2994
|\
| * 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
* | Merge pull request #180 from tomchristie/patch-2Ib Lundgren2013-06-171-1/+1
|\ \
| * | Typo. `include` -> `includes`Tom Christie2013-06-171-1/+1
|/ /
* | Merge pull request #179 from tomchristie/patch-1Ib Lundgren2013-06-171-0/+15
|\ \
| * | Updated README with more prominent package note. Closes #178.Tom Christie2013-06-171-0/+15
|/ /
* | Correct error responses on refresh token grant. Fix #177.Ib Lundgren2013-06-091-10/+10
* | Merge pull request #173 from dasevilla/patch-1Ib Lundgren2013-05-311-0/+1
|\ \ | |/ |/|
| * Update AUTHORSDevin Sevilla2013-05-311-0/+1
|/
* 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