wok diff kqoauth/description.txt @ rev 16694

xorg-kbproto: typo in depends
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 23 11:56:36 2014 +0300 (2014-05-23)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/kqoauth/description.txt	Fri May 23 11:56:36 2014 +0300
     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.