In this chapter, we have discussed data security, following the OWASP security standard, and looking at JWT authentication. We also discussed custom filters and input validations using a code example. Data protection is always a high priority for any web application. We discussed data protection methods when storing sensitive data in an ASP.NET Core application.
In the next chapter, we will discuss the performance of web services by looking at the scale-in, scale-out methodology and the implementation of a few caching mechanisms.