Security
Security is one of the most important topics to consider when developing web applications. This section covers the security measures that are provided by Marten and how to leverage them in your applications.
Guides
📄️ Introduction
Learn about the main security features provided by the Marten framework.
📄️ CSRF protection
Learn about Cross-Site Request Forgeries (CSRF) attacks and how to protect your application from them.
📄️ Clickjacking protection
Learn about clickjacking and how Marten helps protect against this type of attacks.
📄️ Content Security Policy
Learn how to configure the Content-Security-Policy (CSP) header.