CSRF tokens verify request authenticity. Frame the concept in practical terms so you can explain it during interview discussion.
Cross-Site Request Forgery (CSRF) tokens protect against unauthorized actions by ensuring requests come from the authenticated user. For example, adding a CSRF token to form submissions on an e-commerce site ensures only legitimate users can place orders.