Skip to content

Commit

Permalink
Revamp OAuth 2.0 Client reactive documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Oct 14, 2021
1 parent a487ef2 commit b283406
Show file tree
Hide file tree
Showing 6 changed files with 2,081 additions and 55 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
*** xref:reactive/authorization/method.adoc[EnableReactiveMethodSecurity]
** xref:reactive/oauth2/index.adoc[OAuth2]
*** xref:reactive/oauth2/login.adoc[OAuth 2.0 Login]
*** xref:reactive/oauth2/access-token.adoc[OAuth2 Client]
*** xref:reactive/oauth2/oauth2-client.adoc[OAuth2 Client]
*** xref:reactive/oauth2/resource-server.adoc[OAuth 2.0 Resource Server]
*** xref:reactive/registered-oauth2-authorized-client.adoc[@RegisteredOAuth2AuthorizedClient]
** xref:reactive/exploits/index.adoc[Protection Against Exploits]
Expand Down
52 changes: 0 additions & 52 deletions docs/modules/ROOT/pages/reactive/oauth2/access-token.adoc

This file was deleted.

2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/reactive/oauth2/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
Spring Security provides OAuth2 and WebFlux integration for reactive applications.

* xref:reactive/oauth2/login.adoc[OAuth 2.0 Login] - Authenticating with OAuth 2.0
* xref:reactive/oauth2/access-token.adoc[OAuth2 Client] - Making requests to an OAuth2 Resource Server as an OAuth2 Client
* xref:reactive/oauth2/oauth2-client.adoc[OAuth2 Client] - Making requests to an OAuth2 Resource Server as an OAuth2 Client
* xref:reactive/oauth2/resource-server.adoc[OAuth 2.0 Resource Server] - protecting a REST endpoint using OAuth 2.0
Loading

0 comments on commit b283406

Please sign in to comment.