lmrc-auth 0.3.16

Authentication framework for LMRC Stack applications
Documentation
1
2
3
4
5
6
7
//! Authentication provider implementations

#[cfg(feature = "database")]
mod database;

#[cfg(feature = "database")]
pub use database::DatabaseAuthProvider;