auths-id 0.1.2

Multi-device identity and attestation crate for Auths
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod events;
pub mod helpers;
#[cfg(feature = "git-storage")]
pub mod initialize;
pub mod managed;
#[cfg(feature = "git-storage")]
pub mod resolve;
#[cfg(feature = "git-storage")]
pub mod rotate;

#[cfg(feature = "git-storage")]
pub use resolve::{DefaultDidResolver, DidResolver, DidResolverError, ResolvedDid};