summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/clients/service_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-1/+1
|/
* The future is nowHugo2019-08-151-2/+0
* Upgrade Python syntax with pyupgradeHugo2019-08-151-1/+1
* fix include_client_id argumentArjan Keeman2019-04-011-18/+18
* * 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-171-3/+17
* * addresing ticket #585jonathan vanasco2018-09-131-6/+7
* cleanup on docs fixesjonathan vanasco2018-09-111-1/+1
* Fixed some copy and paste typos (#535)paulie42018-04-131-2/+2
* Rtd docs fix (#515)Jonathan Huot2018-02-281-1/+1
* Sorted imports.Omer Katz2017-09-171-2/+1
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-141-3/+0
* First step towards supporting JWT bearer grants.ibl2014-10-161-0/+179