From the course: Angular on the Go: Large-Scale Projects

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Application security and why it matters

Application security and why it matters - AngularJS Tutorial

From the course: Angular on the Go: Large-Scale Projects

Application security and why it matters

- [Instructor] Application security is a vital component of any large scale Angular project. The more users you have and the more data those users generate, the more likely your software becomes a target for attackers. Security leaks can break the trust you build with your users, and if they don't trust your product they may go somewhere else that protects their data better. Application security is a huge topic and I recommend you check out our course library for more info on all the ways you can protect your product against attackers. For this recording, we'll talk about two broad categories of protection, code security and data security. Code security includes all the tweaks and best practices you use while writing code and compiling your software. The goal is to reduce the number of ways an attacker can inject their code into yours. Angular comes with protection against common attacks right out of the box. To get the…

Contents