Skip to content

Commit e341664

Browse files
committed
Fix Resource Server clock skew default value in docs
Closes gh-6611
1 parent 10de63c commit e341664

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
@@ -1068,7 +1068,7 @@ fun jwtDecoder(): JwtDecoder {
10681068
====
10691069

10701070
[NOTE]
1071-
By default, Resource Server configures a clock skew of 30 seconds.
1071+
By default, Resource Server configures a clock skew of 60 seconds.
10721072

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

0 commit comments

Comments
 (0)