2
0

index.adoc 1.4 KB

12345678910111213141516171819202122
  1. = Spring Security
  2. [NOTE]
  3. ====
  4. Spring Security's documentation can be https://docs.spring.io/spring-security/reference/spring-security-docs.zip[downloaded] as a zip file.
  5. ====
  6. 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].
  7. 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.
  8. For a complete list of features, see the xref:features/index.adoc[Features] section of the reference.
  9. == Getting Started
  10. 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.
  11. If you want to understand how Spring Security works, you can refer to the xref:servlet/architecture.adoc[Architecture] section.
  12. // FIXME add link to reactive architecture
  13. If you are already familiar with Spring Security or are upgrading, check out https://docs.spring.io/spring-security/reference/whats-new.html[what's new in the latest release].
  14. If you have any questions, there is a wonderful xref:community.adoc[community] that would love to help you!