axess-core 0.2.0

Core implementation for the axess library. Session state machine, multi-factor authentication engine, Cedar Policy evaluation, and pluggable storage backends. Use the `axess` facade crate unless you need direct access to internals.
Documentation
1
2
3
4
//! [`MockRng`] re-export for callers reaching
//! the deterministic-RNG fixture through the `axess-core::testing` umbrella.

pub use axess_rng::testing::MockRng;