authx-core 0.1.2

Core authentication primitives for authx-rs: crypto, JWT/EdDSA, RBAC/ABAC, events, and models
Documentation
1
2
3
4
5
pub mod bus;
pub mod types;

pub use bus::EventBus;
pub use types::AuthEvent;