mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
doc: mention file backend
see https://gitlab.gnome.org/GNOME/libsecret/-/merge_requests/6
This commit is contained in:
parent
71a2e530a5
commit
54ee246e45
15
README.md
15
README.md
@ -1,13 +1,11 @@
|
|||||||
libsecret
|
libsecret
|
||||||
=========
|
=========
|
||||||
|
|
||||||
A [GObject]-based library for accessing the Secret Service API of the
|
A [GObject]-based library for storing and receiving secrets. libsecret provides
|
||||||
[freedesktop.org project], a cross-desktop effort to access passwords, tokens
|
a convenient wrapper around two different mechanisms: If available, secrets are
|
||||||
and other types of secrets. libsecret provides a convenient wrapper for these
|
stored in the freedesktop [secret service]. Otherwise, secrets are stored in a
|
||||||
methods so consumers do not have to call the low-level DBus methods.
|
file that is encrypted using a master secret that was provided by the [secret
|
||||||
|
portal].
|
||||||
The actual Secret Service API spec can be found at
|
|
||||||
https://specifications.freedesktop.org/secret-service/.
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
--------
|
--------
|
||||||
@ -59,7 +57,8 @@ version number is even or odd.
|
|||||||
|
|
||||||
|
|
||||||
[GObject]: https://developer.gnome.org/gobject/stable/
|
[GObject]: https://developer.gnome.org/gobject/stable/
|
||||||
[freedesktop.org project]: https://www.freedesktop.org/
|
[secret service]: https://specifications.freedesktop.org/secret-service/
|
||||||
|
[secret portal]: https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Secret.html
|
||||||
[GitLab repository]: https://gitlab.gnome.org/GNOME/libsecret
|
[GitLab repository]: https://gitlab.gnome.org/GNOME/libsecret
|
||||||
[help pages on MR's]: https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html
|
[help pages on MR's]: https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html
|
||||||
[issue tracker]: https://gitlab.gnome.org/GNOME/libsecret/issues
|
[issue tracker]: https://gitlab.gnome.org/GNOME/libsecret/issues
|
||||||
|
@ -34,8 +34,11 @@
|
|||||||
*
|
*
|
||||||
* A proxy object representing the Secret Service.
|
* A proxy object representing the Secret Service.
|
||||||
*
|
*
|
||||||
* A #SecretService object represents the Secret Service implementation which
|
* A #SecretService object either represents an implementation of the
|
||||||
* runs as a D-Bus service.
|
* [`org.freedesktop.Secret`](https://specifications.freedesktop.org/secret-service/latest/)
|
||||||
|
* D-Bus service or a file that is encrypted using a master secret that was
|
||||||
|
* provided by the
|
||||||
|
* [secret portal](https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Secret.html).
|
||||||
*
|
*
|
||||||
* Normally a single #SecretService object can be shared between multiple
|
* Normally a single #SecretService object can be shared between multiple
|
||||||
* callers. The [func@Service.get] method is used to access this #SecretService
|
* callers. The [func@Service.get] method is used to access this #SecretService
|
||||||
|
Loading…
Reference in New Issue
Block a user