This document provides an overview of securing single page applications presented by Philippe De Ryck. It discusses traditional web application architecture compared to single page applications and outlines some of the key security challenges in single page applications including session management, cross-site scripting, content security policy, and cross-origin resource sharing. The presentation also provides details on defending against cross-site request forgery and the use of tokens as an alternative to cookies for session management.
Related topics: