macp-auth 0.4.0

MACP authentication: request identity derivation, the security layer (rate limits, payload limits), and bearer/JWT auth resolvers.
Documentation
1
2
3
4
5
6
pub mod chain;
pub mod resolver;
pub mod resolvers;

pub use chain::AuthResolverChain;
pub use resolver::{AuthError, AuthResolver, ResolvedIdentity};