qoauth 2.0.0
Qt-based C++ library for OAuth authorization scheme
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.
- Website: https://github.com/ayoy/qoauth
- Licenses: LGPL 2.1+
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install qoauth 2.0.0
as follows:
guix install qoauth@2.0.0
Or install the latest version:
guix install qoauth
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.