Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 685 Bytes

WEB-SECURITY.md

File metadata and controls

7 lines (4 loc) · 685 Bytes

XSS, CSRF, CSP, JWT, WTF? IDK ¯\_(ツ)_/¯

Robert'); DROP TABLE Students;-- The little Bobby Tables is embodying the classical fear of SQL injections when building web applications.

However, SQL injections are just one aspect of security we need to worry about when building web applications. With the recent popularity of Angular, React and other Single Page Application frameworks we got more logic executing on the front-end, create new problems, and make you forget about others.

In this talk you will learn about XSS, CSRF, CORS, JWT, HTTPS, SPAs, REST APIs and other weird abbreviations, how to protect yourself and your users from the new generation of Bobby Tables.