Skip to content

Commit

Permalink
Fix Resource Server clock skew default value in docs
Browse files Browse the repository at this point in the history
Closes gh-6611
  • Loading branch information
eleftherias committed Jun 2, 2021
1 parent f48a006 commit 82d471a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ fun jwtDecoder(): ReactiveJwtDecoder {
====

[NOTE]
By default, Resource Server configures a clock skew of 30 seconds.
By default, Resource Server configures a clock skew of 60 seconds.

[[webflux-oauth2resourceserver-validation-custom]]
==== Configuring a Custom Validator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ fun jwtDecoder(): JwtDecoder {
====

[NOTE]
By default, Resource Server configures a clock skew of 30 seconds.
By default, Resource Server configures a clock skew of 60 seconds.

[[oauth2resourceserver-jwt-validation-custom]]
==== Configuring a Custom Validator
Expand Down

0 comments on commit 82d471a

Please sign in to comment.