· Iren Saltali · tutorials
Run Auth0 Login, Callback, and Refresh at the Edge
How to move Auth0 callback, userinfo, and refresh-token handling into the gateway instead of duplicating the flow in each backend.
How to move Auth0 callback, userinfo, and refresh-token handling into the gateway instead of duplicating the flow in each backend.
A practical guide to email and phone OTP routes using the Supabase integration already implemented in the gateway.
How to inject verified user context into headers and query parameters without teaching every backend service how to read a JWT.
A reader-first pattern for composing several upstream services behind one public API without building a bespoke proxy layer.
How to apply JWT checks only where they add value, while keeping health and public routes simple.
A practical walkthrough for getting Serverless API Gateway routing live on Cloudflare Workers without inventing your own edge proxy.