Add link to authorization from features.

This commit is contained in:
Rob Winch
2021-09-21 14:37:49 -05:00
parent 176e6b6000
commit ab63ebbbee
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[[features]]
= Features
Spring Security provides comprehensive support for xref:features/authentication/index.adoc#authentication[authentication], authorization, and protection against xref:features/exploits/index.adoc#exploits[common exploits].
Spring Security provides comprehensive support for xref:features/authentication/index.adoc[authentication], xref:features/authorization/index.adoc[authorization], and protection against xref:features/exploits/index.adoc#exploits[common exploits].
It also provides integration with other libraries to simplify its usage.