authvault 0.1.0

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

pub mod services;

// Re-exports
pub use services::AuthService;