summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauth2authorizationcodeflow.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* wasm: Work around compilation failures when FEATURE_http=OFFAlexandru Croitor2021-04-271-0/+2
* Fix extra tokens for OAuth2Nadim Asaduzzaman2020-10-231-0/+8
* Add client id and shared secret to token refresh requestsFrederik Gladhorn2020-10-191-0/+2
* QVariantMap -> QMultiMap<QString, QVariant> in many casesMÃ¥rten Nordheim2020-08-111-5/+5
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-051-0/+3
|\
| * Fix refresh token workflowv5.11.0-alpha1Jesus Fernandez2018-02-131-0/+3
* | Add property for refreshTokenErik Larsson2018-04-041-1/+1
* | Update refresh token only if a valid one is receivedErik Larsson2018-04-031-1/+2
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-221-10/+13
|\
| * Allow sending custom parameters in a token refreshJesus Fernandez2017-08-111-0/+2
| * Bump copyright yearJesus Fernandez2017-07-121-1/+1
| * Replace std::bind with lambdasThiago Macieira2017-06-191-9/+10
* | Use QLoggingCategory in QtNetworkAuthJesus Fernandez2017-06-201-15/+14
* | Fix no response_type errorJesus Fernandez2017-06-191-4/+4
* | Use delegating constructorsJesus Fernandez2017-06-071-6/+5
* | Move some functions to base classes to avoid virtualJesus Fernandez2017-05-301-18/+8
|/
* QOAuth2AuthorizationCodeFlow documentationJesus Fernandez2017-02-011-0/+100
* Modify licensev5.8.0-rc1v5.8.0Jesus Fernandez2016-12-071-16/+6
* OAuth supportJesus Fernandez2016-08-191-0/+353