coil-auth 0.1.1

Authorisation models and auth package support for the Coil framework.
Documentation
1
2
3
4
5
6
7
mod error;
mod host;
mod request;

pub use error::LiveAuthError;
pub use host::LiveAuthExplainHost;
pub use request::LiveAuthExplainRequest;