Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zbus Secret Service keyring store

build crates.io docs.rs

This library provides a credential store for use with the keyring ecosystem that uses the Secret Service for credential storage.

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

The features of this crate mirror those of the secret-service crate. If your application does not use an asynchronous runtime, then you should only enable one of the two features which specify the cryptographic backend the Secret Service will use (crypto-rust or crypto-openssl). If your application uses an asynchronous runtime, you should instead enable one of the four features that specify both which runtime you are using and which cryptographic backend to use (rt-tokio-crypto-rust, rt-tokio-crypto-openssl, rt-async-std-crypto-rust, or rt-async-std-crypto-openssl).

Changelog

See the release history on GitHub for full details.

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 secret-service-rs

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages