Add link to docs zip

Closes gh-16798
This commit is contained in:
Rob Winch 2025-03-21 15:10:52 -05:00
parent ab6e9d2d1f
commit 65e83f8e7a
No known key found for this signature in database

View File

@ -1,5 +1,10 @@
= Spring Security
[NOTE]
====
Spring Security's documentation can be http://docs.spring.io/spring-security/reference/spring-security-docs.zip[downloaded] as a zip file.
====
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.