async fn log_users<B>(
    __arg0: State<IpAddresses>,
    __arg1: ConnectInfo<SocketAddr>,
    req: Request<B>,
    next: Next<B>
) -> Result<Response, StatusCode>
Expand description

Logs each new IP address that accesses this API authenticated