A Qt-based C++ library for OAuth authorization scheme
License
ayoy/qoauth
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
QOAuth is an attempt to support interaction with OAuth-powered network services in a Qt way, i.e. simply, clearly and efficiently. It gives the application developer no more than 4 methods, namely: * requestToken() – to obtain an unauthorized Request Token, * accessToken() – to exchange Request Token for the Access Token, * createParametersString() – to construct a request according to OAuth authorization scheme, * inlineParemeters() - to construct a query string basing on given parameters (provided only for convenience). First two methods serve application authorization purposes, whilst the other two are used for accessing Protected Resources. The complete documentation is available locally. QOAuth internally makes use of QCA (Qt Cryptographic Architecture). Here is the complete list of its dependencies: 1. Qt libraries 4.4 at least, 2. QCA (Qt Cryptographic Architecture), available from Delta XMPP Project 3. OpenSSL plugin to QCA, available from QCA homepage (this pulls in a dependency on OpenSSL of course). Note: KDE users meet all the requirements out of the box. HOW TO INSTALL: $ qmake $ make $ sudo make install HOW TO USE: Add these two lines to your project: * in project file: CONFIG += oauth * in source code: #include <QtOAuth> You can start using QOAuth. BUGS AND ISSUES: report them to QOAuth's bug tracking system: http://ayoy.lighthouseapp.com/projects/32547-qoauth/tickets?q=all
About
A Qt-based C++ library for OAuth authorization scheme
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published