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...
redwoodjs.com5 min readNo responses yet.