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
5
//! [`MockClock`] re-export for callers
//! reaching the deterministic-time fixture through the `axess-core::testing`
//! umbrella. Mirror of [`mock_random`](super::mock_random).

pub use axess_clock::testing::MockClock;