summaryrefslogtreecommitdiffstats
path: root/qtnetworkauth.pro
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@theqtcompany.com>2016-08-15 13:13:27 +0200
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-08-19 17:48:39 +0000
commita6dc1c01da723a93e1c174a6950eb4bab8cab3fc (patch)
tree12052b48f5f073035869e7ccda42c8a71fd6eff9 /qtnetworkauth.pro
parent066622370b294f4914ad2e059c7f1acaa3820f19 (diff)
OAuth support
New library to support OAuth1 and OAuth2 standard in Qt. OAuth provides a method for clients to access server resources on behalf of a resource owner (such as a different client or an end-user). It also provides a process for end-users to authorize third-party access to their server resources without sharing their credentials (typically, a username and password pair), using user-agent redirections. [ChangeLog][OAuth] Added OAuth support Change-Id: I3971456f93bf6ddd7fd46f555202bab2eb777c15 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'qtnetworkauth.pro')
-rw-r--r--qtnetworkauth.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtnetworkauth.pro b/qtnetworkauth.pro
new file mode 100644
index 0000000..58c33f2
--- /dev/null
+++ b/qtnetworkauth.pro
@@ -0,0 +1 @@
+load(qt_parts)