← Back to architecture map
🔑
Architecture Pattern POC

JWT / API Key Gateway

Token-based auth enforced at the gateway. Services don't handle auth; gateway validates.

auth

Flow From Map

Request + JWT -> Gateway validates
-> forward to service if valid

Your POC Area

Replace this placeholder with your interactive proof of concept for JWT / API Key Gateway. This route is already dedicated to this pattern, so you can add diagrams, controls, code demos, or simulations here.

Example references: Kong, AWS API Gateway, jsonwebtoken, jose