How to Secure a REST API

preview_player
Показать описание
This video explores the best practices for securing REST APIs, essential tools for developers, and common security threats to watch out for.

✍️ Resources ✍️

⏲️ Chapters ⏲️
00:00 - Intro
00:12 - Authentication and Authorization
01:04 - How to set up HTTPS in a Project
01:20 - Input Validation and Sanitization
02:32 - Rate Limiting and Throttling
03:17 - Project Example Using CSP and CORS
03:53 - API Logging and Monitoring
04:09 - Using Secure Dependencies
04:42 - More Information

⚒️ About Snyk ⚒️

Snyk helps you find and fix vulnerabilities in your code, open-source dependencies, containers, infrastructure-as-code, software pipelines, IDEs, and more! Move fast, stay secure.

📱 Connect with Us 📱

🔗 Hashtags 🔗

#DevSecOps #rest #api
Рекомендации по теме
Комментарии
Автор

Short but covered all the points with examples 👍

JimmyS
Автор

Very very very shallow coverage. If you mention role based authentication, cover it and how should it be structured, what roles should do, how to connect them with user tokens, also signing request and best practices. Probably would be good to mention/cover jwt. what is CSP, CORS and other dangers and how are they executed / how to defend from them. These are only thing on top of my head someone should know and I came in here to see what I don't know, instead i got information I could easily ask chatgpt if I was just learning.

Wayk