Skip to content

open-source-cooperative/dbus-secret-service-keyring-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbus Secret Service keyring store

build crates.io docs.rs

This is a keyring credential store provider that stores credentials in Secret Service. It’s compatible with keyring-core v0.5 and later.

Usage

To use this credential store provider, you must take a dependency on the keyring-core crate and on this crate. Then you instantiate and use a credential store as shown in the example program in this crate. See the docs for this crate for more detail.

Features

This crate has no features of its own: all of its features are simply passed on to the dbus-secret-service crate that it uses to communicate with Secret Service. (See the docs for that crate for details.) You must enable either the crypto-rust or the crypto-openssl feature because this crate always encrypts communication with the Secret Service. You can additionally enable the vendored feature if you want the required C libraries (dbus and, if specified, openssl) statically linked with your application.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

About

A keyring-compatible credential store based on dbus-secret-service

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages