You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual/src/docs/asciidoc/_includes/reactive/test.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ client
234
234
.get().uri("/endpoint").exchange();
235
235
----
236
236
237
-
You can also specify a complete `Jwt`, for which `Jwt.Builder` comes quite handy:
237
+
You can also specify a complete `Jwt`, for which `{security-api-url}org/springframework/security/oauth2/jwt/Jwt.Builder.html[Jwt.Builder]` comes quite handy:
Copy file name to clipboardExpand all lines: docs/manual/src/docs/asciidoc/_includes/servlet/test/mockmvc.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -364,7 +364,7 @@ mvc
364
364
.with(jwt().authorities(new MyConverter())));
365
365
----
366
366
367
-
You can also specify a complete `Jwt`, for which `Jwt.Builder` comes quite handy:
367
+
You can also specify a complete `Jwt`, for which `{security-api-url}org/springframework/security/oauth2/jwt/Jwt.Builder.html[Jwt.Builder]` comes quite handy:
0 commit comments