wok diff kqoauth/description.txt @ rev 20774

updated ccid again (1.4.8 -> 1.4.30)
author Hans-G?nter Theisgen
date Wed Feb 13 17:05:23 2019 +0100 (2019-02-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/kqoauth/description.txt	Wed Feb 13 17:05:23 2019 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +kQOAuth is a library written in C++ for Qt that implements the OAuth 1.0
     1.5 +authentication specification RFC 5849 (http://tools.ietf.org/html/rfc5849).
     1.6 +Greetings go to Dominik Kapusta for writing the original OAuth library using
     1.7 +Qt, QOAuth (http://blog.ayoy.net/2009/6/24/oauth). However, I wanted to improve
     1.8 +on the QOAuth’s approach in some ways. kQOAuth main features: Easy integrated
     1.9 +solution for retrieving user authentication and access token. No external
    1.10 +dependency to QCA. Convenient signals that can be used for easy OAuth
    1.11 +authorization process handling. Access to request objects that will wrap
    1.12 +request signing and network access, but still gives possibility for detailed
    1.13 +control of the authentication process for easier integration to existing
    1.14 +application logic.