introduction SPA (Single Page Applications) are web applications commonly developed in HTML, JavaScript and CSS. The user loads the initial page then all the needed resources are loaded dynamically via XHR and inserted into the DOM without reloading the page. Developing SPA application can be extremely exciting, but we should always stay focused on securing all the app’s possible leaks. Managing u