pub async fn start_with_token( listener: TcpListener, token: String, ) -> Result<(WebEndpoint, JoinHandle<()>)>