MuseScore/thirdparty/kQOAuth
2014-11-18 15:50:26 +01:00
..
CMakeLists.txt fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
COPYING add client side support for save score online 2014-11-14 21:03:46 +01:00
kqoauthauthreplyserver.cpp add client side support for save score online 2014-11-14 21:03:46 +01:00
kqoauthauthreplyserver.h fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
kqoauthauthreplyserver_p.h fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
kqoauthglobals.h fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
kqoauthmanager.cpp fix double dialogs when error for login, fix modal message dialog 2014-11-18 15:50:26 +01:00
kqoauthmanager.h fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
kqoauthmanager_p.h fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
kqoauthrequest.cpp add client side support for save score online 2014-11-14 21:03:46 +01:00
kqoauthrequest.h fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
kqoauthrequest_p.h fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
kqoauthrequest_xauth.cpp add client side support for save score online 2014-11-14 21:03:46 +01:00
kqoauthrequest_xauth.h fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
kqoauthrequest_xauth_p.h fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
kqoauthutils.cpp add client side support for save score online 2014-11-14 21:03:46 +01:00
kqoauthutils.h fix kOAuth build on windows, add SSL support in windows install, add openssl headers 2014-11-15 01:06:18 +01:00
README add client side support for save score online 2014-11-14 21:03:46 +01:00
README.md add client side support for save score online 2014-11-14 21:03:46 +01:00

kQOAuth

kQOAuth is a library written in C++ for Qt that implements the OAuth 1.0 authentication specification RFC 5849 (http://tools.ietf.org/html/rfc5849). Greetings go to Dominik Kapusta for writing the original OAuth library using Qt, QOAuth (http://blog.ayoy.net/2009/6/24/oauth). However, I wanted to improve on the QOAuths approach in some ways. kQOAuth main features: Easy integrated solution for retrieving user authentication and access token. No external dependency to QCA. Convenient signals that can be used for easy OAuth authorization process handling. Access to request objects that will wrap request signing and network access, but still gives possibility for detailed control of the authentication process for easier integration to existing application logic.