wok-current diff kqoauth/description.txt @ rev 24994
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 15 20:25:22 2022 +0000 (2022-05-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/kqoauth/description.txt Sun May 15 20:25:22 2022 +0000 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.