1
0
mirror of synced 2026-08-31 22:46:02 +00:00
Files

23 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2021-09-21 10:25:24 -05:00
= Spring Security
2021-07-26 15:48:55 -05:00
2025-03-21 15:10:52 -05:00
[NOTE]
====
2026-02-27 16:12:43 +07:00
Spring Security's documentation can be {site-url}/spring-security-docs.zip[downloaded] as a zip file.
2025-03-21 15:10:52 -05:00
====
2021-09-21 10:25:24 -05:00
Spring Security is a framework that provides xref:features/authentication/index.adoc[authentication], xref:features/authorization/index.adoc[authorization], and xref:features/exploits/index.adoc[protection against common attacks].
With first class support for securing both xref:servlet/index.adoc[imperative] and xref:reactive/index.adoc[reactive] applications, it is the de-facto standard for securing Spring-based applications.
2021-07-26 15:48:55 -05:00
2021-09-21 10:25:24 -05:00
For a complete list of features, see the xref:features/index.adoc[Features] section of the reference.
== Getting Started
If you are ready to start securing an application see the Getting Started sections for xref:servlet/getting-started.adoc[servlet] and xref:reactive/getting-started.adoc[reactive]. These sections will walk you through creating your first Spring Security applications.
If you want to understand how Spring Security works, you can refer to the xref:servlet/architecture.adoc[Architecture] section.
// FIXME add link to reactive architecture
2026-02-22 21:38:17 +07:00
If you are already familiar with Spring Security or are upgrading, check out xref:whats-new.adoc[what's new in the latest release].
2024-11-18 15:42:43 -07:00
2021-09-21 10:25:24 -05:00
If you have any questions, there is a wonderful xref:community.adoc[community] that would love to help you!