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
6
//! I define Challenge-Response based framework for
//! http authentication, as defined in rfc9110.
//!

pub mod scheme;
pub mod service;