summaryrefslogtreecommitdiff
path: root/oauthlib
Commit message (Expand)AuthorAgeFilesLines
* move uri.lower() to is_secure_transportHsiaoming Yang2013-05-313-4/+4
* another debug-mode. #170Hsiaoming Yang2013-05-311-1/+2
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2013-05-313-5/+13
|\
| * Merge pull request #171 from lepture/doc-mistakesIb Lundgren2013-05-311-1/+1
| |\
| | * docstring fixHsiaoming Yang2013-05-311-1/+1
| * | use is_secure_transport to check uriHsiaoming Yang2013-05-312-5/+12
| * | 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-304-362/+0
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-3023-1309/+2806
* Rename draft to rfc. Fix #75.Ib Lundgren2013-05-308-10/+10
* Update references to point to RFC.Ib Lundgren2013-05-305-119/+161
* Fix #138.Ib Lundgren2013-05-291-1/+1
* 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 #161 from dasevilla/base-client-docsIb Lundgren2013-05-281-8/+12
|\
| * Use HttpLexerDevin Sevilla2013-05-271-2/+6
| * Fix formatting in OAuth 2 Client docsDevin Sevilla2013-05-251-10/+10
* | clean whitespace, fix blank lines according to pep8Hsiaoming Yang2013-05-284-7/+8
|/
* Add token_expires_in opt to all-in-one endpointsHong Minhee2013-05-242-12/+22
* Add optional expires_in parameter to BearerTokenHong Minhee2013-05-241-5/+3
* Merge pull request #148 from flippmoke/masterIb Lundgren2013-05-212-1/+141
|\
| * Removed the use of the flask g object from the extension, the properties can ...Blake Thompson2013-05-161-6/+26
| * Fixed a small error with the flask extension.Blake Thompson2013-05-091-1/+1
| * Small modification so that the dynamnic scopes now will pass the requests obj...mthompson2013-05-071-1/+5
| * Added a new extension for oauth2 providers that integrates with flask.mthompson2013-05-071-0/+116
* | Check for items(), not dict instance to allow pseudo dicts.Ib Lundgren2013-05-201-1/+1
* | Make escape error message more informative.Ib Lundgren2013-05-201-1/+2
|/
* Fix indentation problem in list of stepsStéphane Raimbault2013-05-061-20/+20
* Fix wrong offsets in ASCII artStéphane Raimbault2013-05-061-16/+16
* Merge pull request #144 from matthewlmcclure/fix-doc-string-20130502Ib Lundgren2013-05-051-1/+1
|\
| * Fix a copy-paste-o in a link to RFC 3986Matt McClure2013-05-021-1/+1
* | Make normalize_base_string_uri handle scheme and path more conformantlyMatt McClure2013-05-031-0/+12
* | Update, comment on, and test the implementation.Matt McClure2013-05-022-2/+28
* | Fix defect in choice of authority for signature base stringMatt McClure2013-05-012-3/+4
|/
* Changes iteritems to items for Py3 compatibilityJohan Meiring2013-04-041-1/+1
* Fixes decorators that were throwing errorsJohan Meiring2013-04-031-3/+5
* Corrects two additional documentation inconsistenciesJohan Meiring2013-04-031-2/+5
* Fixes further validator inconsistenciesJohan Meiring2013-04-021-4/+4
* Fixed string import clashAndy Shea2013-03-281-2/+1
* Changed token type validation to be case-insensitive.Andy Shea2013-03-281-2/+4
* Merge pull request #124 from wiliamsouza/masterIb Lundgren2013-03-261-0/+13
|\
| * Added generate_client_id function to commonWiliam Souza2013-02-271-0/+13
* | Merge pull request #128 from johanmeiring/masterIb Lundgren2013-03-262-3/+3
|\ \
| * | Fixes inconsistencies between docs and codeJohan Meiring2013-03-262-3/+3
* | | OAuth 2 Provider Auditor outline.Ib Lundgren2013-03-261-0/+108
* | | Debug log attributes that often should be set.Ib Lundgren2013-03-261-0/+4
* | | OAuth 2 skeleton providerIb Lundgren2013-03-261-0/+1
* | | On the difference between 2 & 3 parse_qslIb Lundgren2013-03-261-0/+14
|/ /