Expand description
Fark — A lightweight, pluggable authentication library for Rust.
Provides strategy-based authentication and HMAC-SHA256 JWT support.
Re-exports§
pub use fark::Fark;pub use identity::Identity;pub use input::AuthInput;pub use error::*;pub use strategy::*;