C

CSRF

Definition
Cross-Site Request Forgery: a type of web security vulnerability where an attacker tricks a user into performing unintended actions on a web application they're authenticated with. Protection involves using anti-CSRF tokens in forms, which Laravel handles automatically.

Defined Term