summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/clients/base.py
Commit message (Expand)AuthorAgeFilesLines
* docs: fix typosKian-Meng Ang2022-07-061-1/+1
* docs: Fix a few typosTim Gates2022-07-031-2/+2
* Fixed isort importsDariusz Smigiel2022-06-161-4/+4
* Docs: fix Sphinx warnings for better ReadTheDocs generation (#807)Jonathan Huot2022-02-241-90/+65
* PKCE (#786)Jon Velando2021-12-131-0/+104
* Bug expires at (#783)Scott Gifford2021-10-221-1/+4
* Merge branch 'master' into isort-integrationJonathan Huot2020-04-221-8/+18
|\
| * Base OAuth2 Client now has a consistent way of managing the `scope`: it cons...Sylvain MARIE2020-04-191-8/+18
* | Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-5/+7
|/
* 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