wok-next view kqoauth/description.txt @ rev 20514

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
parents
children
line source
1 kQOAuth is a library written in C++ for Qt that implements the OAuth 1.0
2 authentication specification RFC 5849 (http://tools.ietf.org/html/rfc5849).
3 Greetings go to Dominik Kapusta for writing the original OAuth library using
4 Qt, QOAuth (http://blog.ayoy.net/2009/6/24/oauth). However, I wanted to improve
5 on the QOAuth’s approach in some ways. kQOAuth main features: Easy integrated
6 solution for retrieving user authentication and access token. No external
7 dependency to QCA. Convenient signals that can be used for easy OAuth
8 authorization process handling. Access to request objects that will wrap
9 request signing and network access, but still gives possibility for detailed
10 control of the authentication process for easier integration to existing
11 application logic.