Skip to content

Commit 43f3de7

Browse files
committed
Fix Resource Server clock skew default value in docs
Closes gh-6611
1 parent 24c3c52 commit 43f3de7

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
@@ -818,7 +818,7 @@ fun jwtDecoder(): ReactiveJwtDecoder {
818818
====
819819

820820
[NOTE]
821-
By default, Resource Server configures a clock skew of 30 seconds.
821+
By default, Resource Server configures a clock skew of 60 seconds.
822822

823823
[[webflux-oauth2resourceserver-validation-custom]]
824824
==== 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
@@ -1067,7 +1067,7 @@ fun jwtDecoder(): JwtDecoder {
10671067
====
10681068

10691069
[NOTE]
1070-
By default, Resource Server configures a clock skew of 30 seconds.
1070+
By default, Resource Server configures a clock skew of 60 seconds.
10711071

10721072
[[oauth2resourceserver-jwt-validation-custom]]
10731073
==== Configuring a Custom Validator

0 commit comments

Comments
 (0)