dipper 0.5.3

An out-of-the-box modular dependency injection web application framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! This is the foundation module, providing best practices for auxiliary
//! services such as identity authentication (authn), data authorization
//! (authz), and email.

pub mod aes;
pub mod authn;
pub mod authz;
pub mod captcha;
pub mod db;
pub mod email;
pub mod identifier;
pub mod secret_key;
pub mod totp;