Design a secure web application is definitely not a simple task! There are many aspects to consider like how to sanitize the user input, how to provide authentication, how to manage the permissions, how to escape output, etc. Using middleware, we can simplify most of these aspects thanks to the pipeline nature of this architecture design. We'll demonstrate how to implement security by design using middleware and the PSR-7 standard.

Comments

Comments are closed.

Lee Jenkins at 15:57 on 25 Oct 2017

I liked the talk. I had already seen another talk on Middleware, but I liked Enrico's presentation and insight into security concerns and how middleware can help torque down security.

rodneyoliver at 13:43 on 26 Oct 2017

Great job by Enrico on breaking down what Middleware is and how security can be easily applied at a global and granular level.