XSS Sanitizer
(3m 50s)
Now that you know what XSS is and how dangerous it can be, let's look at how to protect your app. In this lesson, we'll introduce the XSS Sanitizer, a lightweight library that helps you clean up user input before storing or displaying it. It's easy to add to your project and simple to use, with a powerful default setup that covers most use cases out of the box. Let's walk through how it works and how to get started.