1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
QML bindings for libaccounts-qt and libsignon-qt
==========================================================
This QML module provides an API to manage the user's online accounts and get
their authentication data.
It's a tiny wrapper around the Qt-based APIs of [libaccounts-qt][] and [libsignon-qt][].
It is part of the accounts-sso project:
https://gitlab.com/groups/accounts-sso
Dependencies
------------
The project depends on QtQml, QtTest, [libaccounts-qt][] and [libsignon-qt][].
Licence
-------
The library is licensed under the GNU LGPL version 2.1.
Resources
---------
[API reference documentation](http://accounts-sso.gitlab.io/accounts-qml-module/index.html)
[Official source code repository](https://gitlab.com/accounts-sso/accounts-qml-module)
[libaccounts-qt]: https://gitlab.com/accounts-sso/libaccounts-qt
[libsignon-qt]: https://gitlab.com/accounts-sso/libsignon-qt
|