summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/clients/web_application.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into isort-integrationJonathan Huot2020-04-221-0/+1
|\
| * MobileApplicationClient.prepare_request_uri and MobileApplicationClient.parse...Sylvain MARIE2020-04-191-0/+1
* | Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-3/+4
|/
* The future is nowHugo2019-08-151-2/+0
* Upgrade Python syntax with pyupgradeHugo2019-08-151-1/+1
* change: grant_type as attributemlboy2018-12-121-1/+3
* migrated `include_client_id` to `prepare_request_token`jonathan vanasco2018-09-171-2/+3
* * added support for empty strings of `client_secret`jonathan vanasco2018-09-171-0/+8
* * addresing ticket #585jonathan vanasco2018-09-131-6/+24
* Backward compatibility fix for requests-oauthlib. (#546)Pieter Ennes2018-05-181-1/+1
* Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-081-1/+1
* Rtd docs fix (#515)Jonathan Huot2018-02-281-7/+7
* Fix cliend_id in web request body (#505)Antoine Bertin2018-01-291-1/+1
* Sorted imports.Omer Katz2017-09-171-3/+3
* Move identical token resposne parsing into base.ibl2014-10-161-98/+0
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-4/+5
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+2
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-301-0/+273