spring-framework/framework-docs/modules/ROOT/pages/web/webflux/security.adoc

19 lines
682 B
Plaintext
Raw Normal View History

2023-04-19 23:26:16 +08:00
[[webflux-web-security]]
= Web Security
:page-section-summary-toc: 1
2023-04-19 23:26:16 +08:00
2023-04-19 23:26:17 +08:00
[.small]#xref:web/webmvc/mvc-security.adoc[See equivalent in the Servlet stack]#
2023-04-19 23:26:16 +08:00
The {spring-site-projects}/spring-security[Spring Security] project provides support
2023-04-19 23:26:16 +08:00
for protecting web applications from malicious exploits. See the Spring Security
reference documentation, including:
* {docs-spring-security}/reactive/configuration/webflux.html[WebFlux Security]
* {docs-spring-security}/reactive/test/index.html[WebFlux Testing Support]
* {docs-spring-security}/features/exploits/csrf.html#csrf-protection[CSRF protection]
* {docs-spring-security}/features/exploits/headers.html[Security Response Headers]