JavaScript/HTML5 Client

W10 Securing Angular Apps

06/03/2015

1:30pm - 2:45pm

Level: Intermediate

Brian Noyes

CTO and Co-founder

Solliance

One topic often pushed to the side when talking about Angular and SPAs is security. 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 with a combination 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