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
7
//! I define few implementations of [`CRAuthenticationScheme`](super::CRAuthenticationScheme).
//!

pub mod union;

#[cfg(feature = "scheme-impl-solid-oidc")]
pub mod solid_oidc;