Middleware in RedwoodJS
May 10, 2024 · 5 min read · An 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...
Join discussion