summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/clients/base.py
Commit message (Expand)AuthorAgeFilesLines
* The future is nowHugo2019-08-151-2/+0
* Upgrade Python syntax with pyupgradeHugo2019-08-151-3/+3
* pep8 and docsDuane King2019-01-241-13/+22
* change: grant_type as attributemlboy2018-12-121-1/+2
* * addresing ticket #585jonathan vanasco2018-09-131-2/+4
* Add missing NotImplementedError (#499)Grey Li2018-05-261-0/+1
* Backward compatibility fix for requests-oauthlib. (#546)Pieter Ennes2018-05-181-4/+10
* Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-081-7/+12
* Rtd docs fix (#515)Jonathan Huot2018-02-281-5/+5
* Check access token in self.token dict (#500)Grey Li2017-11-141-1/+1
* Sorted imports.Omer Katz2017-09-171-7/+5
* 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
* Move identical token resposne parsing into base.ibl2014-10-161-3/+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-241-16/+18
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+2
* 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-301-0/+210