Skip to content

Latest commit

 

History

History

web-security

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Stage#2. Web Security

Module Overview 📚

This module introduces students to the fundamentals of web security. It aims to provide an in-depth understanding of securing web applications against common threats. The module covers a range of topics from API Security Best Practices to Authentication and Authorization methods.

Learning Objectives 🎯

Students will:

  • Understand the importance of API security best practices including rate limiting, input validation, and error handling.
  • Learn about Authentication and Authorization methods such as Basic Auth, OAuth, and JWT, along with best practices for secure authentication over HTTP/HTTPS.

Approximate Module Completion Time ⏱️

  • 4 hours

Theory 📖

Students are encouraged to study the following resources:

Practice 💻

  • Complete the test "[St2] Web Security" in the RS-App > Auto Test.

Additional Resources 📘

Expand your knowledge with these additional materials: