How to handle authorization in a microservices environment using session-based authentication?
Summary The problem at hand is designing a scalable and secure backend system using a microservices architecture, with a focus on session-based authentication and authorization. The system consists of an authentication service, a core application API, and an API gateway. The goal is to determine where and how authorization logic should be implemented, and how … Read more