π¬ Day 4: Adding Real-Time Chat & Testing WebSocket Security (Django + AppSec Journey)
Welcome to Day 4 of my Django + AppSec journey!Today was all about making my chat app real-time using WebSockets and then trying to hack it with XSS and IDOR attacks β and fixing them π₯
π οΈ 1. Building Real-Time Messaging with Django Channels
Insta...