System Overview - Centralized vs distributed auth
This system compares two common ways to handle user authentication in microservices: centralized and distributed authentication. Centralized auth uses a single service to verify users, while distributed auth lets each microservice handle authentication itself. The goal is to understand how requests flow and how failures affect each approach.