Angular: Securing Apps

Go to class
Write Review

Free Online Course: Angular: Securing Apps provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Angular: Securing Apps is taught by Emmanuel Henri.

Overview
  • Learn practical strategies and best practices for securing your Angular apps.

Syllabus
  • Introduction

    • Welcome
    • Course prerequisites
    • Using the exercise files
    1. Setting Up
    • Installation and base project
    2. Overview of Security Threats
    • Introduction to OWASP
    • Cross-site scripting (XSS) attacks
    • Cross-site request forgery (CSRF)
    • Other threats and resources
    3. JSON Web Token (JWT)
    • Introduction to JWT
    • Initial setup of our server
    • Create our API endpoints
    • Initial Auth0 setup
    • Add files and code from Auth0
    • Show our API data
    4. Routing Authentication
    • Add secured API code to the server
    • Connect our client to the secured API
    Conclusion
    • Next steps