API gateway is an architectural pattern of a service that sits between a client and the internal backend services. It's used to implement centralized solutions for authenticating requests, rate limiting, collecting statistics, and limiting public access to a single point of entry. The authentication logic doesn't have to be

Post cover image
Table of contents
ProsConsMy decisionBreaking the gateway
1 Comment

Sort: