DCDanny Choudhuryinredwoodjs.com·May 10, 2024 · 5 min readMiddleware in RedwoodJSAn Introduction to Middleware What is middleware? It's a function that runs before your request is routed and rendered – giving you the ability to: a) Intercept and modify the response b) Enrich the request “context” (e.g. add auth details) c) Enrich...00