Web Development

TH02 Securing Angular Apps

10/01/2015

8:00am - 9:15am

Level: Intermediate

Brian Noyes

CTO and Co-founder

Solliance

Learn about what you can and can't do with security in Angular.

Security is often pushed aside when talking about Angular and SPAs. The short answer is "you can't secure the client side." However, the reality is you still need to secure your application as a whole. In this session, you'll learn about what you can and can't do with security in Angular, and how you can protect the application as a whole. You'll learn a combined approach of securing the files that compose your application, providing a good user experience for login and authorization in your client side app, and securing the Web API calls that your Angular app depends on to access the sensitive parts of your application—the data.

You will learn:

  • What parts of your Angular app you can secure and how
  • How to integrate security into the user experience of your Angular app
  • How to work with secured Web APIs in your Angular app