Expand description
Authkestra is a modular authentication framework for Rust.
This crate serves as a facade, re-exporting functionality from other authkestra-* crates
based on enabled features.
Re-exports§
pub use authkestra_engine as core;pub use authkestra_engine as flow;
Modules§
- providers
- Authentication providers.
Type Aliases§
- Authkestra
- Type alias for the Engine to support the Authkestra::builder() pattern.