File: README.md

package info (click to toggle)
accounts-qml-module 0.7%2Bgit20231028.05e79eb-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 580 kB
  • sloc: cpp: 3,817; makefile: 35; sh: 5
file content (29 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (2)
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