//! Authentication helpers and built-in implementations.
//!//! Core authentication traits and types live in `unftp-core`.
pubmodanonymous;pubuseanonymous::AnonymousAuthenticator;pub(crate)useunftp_core::auth::UserDetail;modpipeline;pub(crate)usepipeline::AuthenticationPipeline;