manas_authentication 0.1.0

This crate provides implementations of various http authentication schemes for solid storage resource servers and authorization servers.
Documentation
1
2
3
4
5
//! I define few types common to all authentication implementations.
//!

pub mod credentials;
pub mod req_authenticator;