Talk in English - US at ZendCon 2017
Track Name:
Artist H
View Slides: https://www.zimuel.it/slides/zendcon2017/design-security-middleware
Short URL: https://joind.in/talk/3c288
(QR-Code (opens in new window))
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.
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.
Great job by Enrico on breaking down what Middleware is and how security can be easily applied at a global and granular level.