Getting Single Page Application Security Right by Philippe De Ryck

Поділитися
Вставка
  • Опубліковано 10 лис 2015
  • Single page web applications (SPA) with a RESTful backend have profoundly changed the way web applications are developed, as more functionality is pushed towards the browser, both on traditional platforms and on mobile platforms. The underlying security mechanisms and policies, however, have not changed, and building secure applications still requires significant knowledge and effort from the developer.
    In this session, we will investigate the impact of this paradigm shift on the architecture of web applications and their security model. We zoom into concrete vulnerabilities and their countermeasures. Concretely, we will look into the following topics: Cross-site scripting (XSS) in SPA, and how to counter it; The combination of the rising Content Security Policy (CSP) and SPAs; Session management with a RESTful API, and the consequences of the different options; The relevance of cross-site request forgery (CSRF) attacks in combination with a RESTful API, and how to defend against them.
    The content in this session is relevant for every SPA framework, but practical examples will be mainly in AngularJS.

КОМЕНТАРІ • 3

  • @ozzyfromspace
    @ozzyfromspace 2 роки тому

    I don't think this talk could have gone any better. It was amazing, and I learned so much! Thank you, Philippe!

  • @mikiglyt
    @mikiglyt 7 років тому +4

    This is such an enlightening talk, congrats and thanks so much!

  • @dhivabanyuwigara7406
    @dhivabanyuwigara7406 6 років тому +4

    Thank you for the video, its very great to know many things new for me :D