nntp-proxy 0.5.1

NNTP proxy server with per-command backend multiplexing, caching, metrics, and TUI dashboard
Documentation
1
2
3
4
5
6
7
//! Authentication module
//!
//! This module handles authentication for client-facing authentication.

mod handler;

pub use handler::AuthHandler;