Skip to content

Commit 35797f9

Browse files
committed
Add Resource Server to Modules Section
Fixes gh-7498
1 parent 8421594 commit 35797f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/manual/src/docs/asciidoc/_includes/about/modules.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ It contains the following top-level packages:
8080
* `org.springframework.security.oauth2.jwt`
8181
* `org.springframework.security.oauth2.jose`
8282

83+
[[spring-security-oauth2-resource-server]]
84+
== OAuth 2.0 Resource Server -- `spring-security-oauth2-resource-server.jar`
85+
`spring-security-oauth2-resource-server.jar` contains Spring Security's support for OAuth 2.0 Resource Servers.
86+
It is used to protect APIs via OAuth 2.0 Bearer Tokens.
87+
The top-level package is `org.springframework.security.oauth2.server.resource`.
8388

8489
[[spring-security-acl]]
8590
== ACL -- `spring-security-acl.jar`

0 commit comments

Comments
 (0)