· Iren Saltali · architecture
Edge Auth Patterns for SPA Backends
A practical look at what a browser-facing API should validate and shape at the edge before requests reach origin code.
A practical look at what a browser-facing API should validate and shape at the edge before requests reach origin code.
How service bindings let the gateway call Worker methods directly when plain HTTP proxying is not the right fit.
Why internal dashboards and ops tooling benefit from the same route, CORS, and auth discipline as public APIs.
Why one client-facing domain simplifies service discovery, auth, and frontend integration for small and mid-sized teams.
A BFF pattern that uses the gateway as the stable public contract while upstream services stay small and focused.
A reader-first pattern for composing several upstream services behind one public API without building a bespoke proxy layer.