Securing AngularJS applications

Topics 

  • XSS 
  • Cross Site Request Forgery (CSRF) 
  • Single Origin Policy (SOP) 
  • Cross-Origin Resource Sharing (CORS) 
  • Token-based authentication

XSS (Cross-Site-Scripting)

What is XSS? 

  • Cross-Site-Scripting (XSS) means that an attacker can insert custom JavaScript code which is then displayed in the unsuspecting user's browser 
  • XSS is an enabler for more serious security attacks 
    • Phishing 
    • Session or authentication token stealing 
    • Sensitive data extraction

You must have an active subscription to download PDF,Lab Zip and Recordings of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.