pub async fn server( tx: UnboundedSender<Result<AppPassword, Error>>, ) -> (impl Future<Output = Result<(), Error>>, u16)
Server for handling login’s information.