Published an article
New article: CSRF Protection in Flask

CSRF, which stands for Cross-Site Request Forgery, is an attack against a web application in which the attacker attempts to trick an authenticated user into performing a malicious action. 

This article shows you how CSRF works, how dangerous can it be, and how to prevent CSRF attacks in your web application.