Skip to content

Commit 898bdeb

Browse files
committed
Fix Resource Server clock skew default value in docs
Closes gh-6611
1 parent c79cb8e commit 898bdeb

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ ReactiveJwtDecoder jwtDecoder() {
510510
----
511511

512512
[NOTE]
513-
By default, Resource Server configures a clock skew of 30 seconds.
513+
By default, Resource Server configures a clock skew of 60 seconds.
514514

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ JwtDecoder jwtDecoder() {
531531
----
532532

533533
[NOTE]
534-
By default, Resource Server configures a clock skew of 30 seconds.
534+
By default, Resource Server configures a clock skew of 60 seconds.
535535

536536
[[oauth2resourceserver-jwt-validation-custom]]
537537
==== Configuring a Custom Validator

0 commit comments

Comments
 (0)