wok-next
annotate kqoauth/description.txt @ rev 20737
libav: fix build; python-antlr: using pip; python-apsw: up (3.19.3-r1)
author |
Aleksej Bobylev <al.bobylev@gmail.com> |
date |
Tue May 29 20:37:22 2018 +0300 (2018-05-29) |
parents |
|
children |
|
rev |
line source |
al@16321
|
1 kQOAuth is a library written in C++ for Qt that implements the OAuth 1.0
|
al@16321
|
2 authentication specification RFC 5849 (http://tools.ietf.org/html/rfc5849).
|
al@16321
|
3 Greetings go to Dominik Kapusta for writing the original OAuth library using
|
al@16321
|
4 Qt, QOAuth (http://blog.ayoy.net/2009/6/24/oauth). However, I wanted to improve
|
al@16321
|
5 on the QOAuth’s approach in some ways. kQOAuth main features: Easy integrated
|
al@16321
|
6 solution for retrieving user authentication and access token. No external
|
al@16321
|
7 dependency to QCA. Convenient signals that can be used for easy OAuth
|
al@16321
|
8 authorization process handling. Access to request objects that will wrap
|
al@16321
|
9 request signing and network access, but still gives possibility for detailed
|
al@16321
|
10 control of the authentication process for easier integration to existing
|
al@16321
|
11 application logic.
|