authvault 0.1.0

Authentication and authorization vault with multi-provider support
Documentation
1
2
3
4
5
//! Infrastructure layer.

pub mod error;

pub use error::AuthKitError;