//! ## Crud auth trait
//!
//! Authentification trait crate for [crud-api](../crud-api).
//!
use async_trait;
use ;
use Config;
/// Authification module for Crud.
/// Import an implementation of this trait to manage authification.
/// TODO: Add some examples