summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/clients
Commit message (Expand)AuthorAgeFilesLines
* The future is nowHugo2019-08-157-14/+0
* Upgrade Python syntax with pyupgradeHugo2019-08-154-6/+6
* Fix BackendApplicationClient.prepare_request_bodyqporest2019-07-021-0/+1
* fix include_client_id argumentArjan Keeman2019-04-013-33/+33
* pep8 and docsDuane King2019-01-241-13/+22
* change: response_type as attributemlboy2018-12-121-1/+3
* change: grant_type as attributemlboy2018-12-121-1/+2
* change: grant_type as attributemlboy2018-12-121-1/+3
* change: grant_type as attributemlboy2018-12-121-1/+3
* change: grant_type as attributemlboy2018-12-121-2/+4
* * changed "function definition" to "function signature" in two docstringsjonathan vanasco2018-09-201-1/+1
* migrated `include_client_id` to `prepare_request_token`jonathan vanasco2018-09-174-7/+42
* * added support for empty strings of `client_secret`jonathan vanasco2018-09-171-0/+8
* * addresing ticket #585jonathan vanasco2018-09-135-14/+39
* cleanup on docs fixesjonathan vanasco2018-09-111-1/+1
* Add missing NotImplementedError (#499)Grey Li2018-05-261-0/+1
* Backward compatibility fix for requests-oauthlib. (#546)Pieter Ennes2018-05-183-6/+12
* Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-083-9/+14
* Fixed some copy and paste typos (#535)paulie42018-04-131-2/+2
* Rtd docs fix (#515)Jonathan Huot2018-02-286-26/+26
* Fix cliend_id in web request body (#505)Antoine Bertin2018-01-291-1/+1
* Check access token in self.token dict (#500)Grey Li2017-11-141-1/+1
* Sorted imports.Omer Katz2017-09-176-18/+12
* Fix base importsTiziano Perrucci2017-03-081-1/+1
* Changed all implicit imports * with explicit classes importsTiziano Perrucci2017-03-081-1/+1
* Fix typo in docstring.Vincent Kuwornu2016-07-071-1/+1
* Fix and remove missing attribute: _clientmyyang2015-07-011-1/+1
* Fix redirect_url typo and add test cases for function.myyang2015-06-291-1/+1
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-141-3/+0
* Merge branch 'scope-change-signal' of https://github.com/singingwolfboy/oauth...Ib Lundgren2014-10-231-11/+7
|\
| * Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-054-47/+49
* | First step towards supporting JWT bearer grants.ibl2014-10-162-0/+180
* | Move identical token resposne parsing into base.ibl2014-10-164-297/+51
|/
* Sketching out an improved OAuth 2 client API.autopep8Ib Lundgren2014-09-251-73/+243
* Client side creation of OAuth2 revocation requests.Ib Lundgren2014-09-251-0/+57
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-245-23/+29
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-156-12/+11
* Accept new unix timestamp param expires_at in tokens.Ib Lundgren2013-10-041-4/+6
* move uri.lower() to is_secure_transportHsiaoming Yang2013-05-311-1/+1
* another debug-mode. #170Hsiaoming Yang2013-05-311-1/+2
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-306-0/+1003