TL;DR! The entire code implementation of this tutorial is available at https://github.com/opeolluwa/martus/tree/master/auth In the following sections, I’ll explain how a central authentication server may be built with Rust, PostgreSQL, Apache Kafka and gRPC. I’ll start with an overview of the technologies, the motivation of project, the challenges and possible improvements. …