Skip to content

Commit 5b802a4

Browse files
committed
Fix Resource Server clock skew default value in docs
Closes gh-6611
1 parent 6d816fb commit 5b802a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/manual/src/docs/asciidoc/_includes/reactive/oauth2/resource-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ ReactiveJwtDecoder jwtDecoder() {
509509
----
510510

511511
[NOTE]
512-
By default, Resource Server configures a clock skew of 30 seconds.
512+
By default, Resource Server configures a clock skew of 60 seconds.
513513

514514
[[webflux-oauth2resourceserver-validation-custom]]
515515
==== Configuring a Custom Validator

docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-resourceserver.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ JwtDecoder jwtDecoder() {
779779
----
780780

781781
[NOTE]
782-
By default, Resource Server configures a clock skew of 30 seconds.
782+
By default, Resource Server configures a clock skew of 60 seconds.
783783

784784
[[oauth2resourceserver-jwt-validation-custom]]
785785
==== Configuring a Custom Validator

0 commit comments

Comments
 (0)