Fix Resource Server clock skew default value in docs

Closes gh-6611
This commit is contained in:
Eleftheria Stein 2021-06-02 12:19:36 +03:00
parent 10de63ce89
commit e3416640a7
2 changed files with 2 additions and 2 deletions

View File

@ -818,7 +818,7 @@ fun jwtDecoder(): ReactiveJwtDecoder {
==== ====
[NOTE] [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]] [[webflux-oauth2resourceserver-validation-custom]]
==== Configuring a Custom Validator ==== Configuring a Custom Validator

View File

@ -1068,7 +1068,7 @@ fun jwtDecoder(): JwtDecoder {
==== ====
[NOTE] [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]] [[oauth2resourceserver-jwt-validation-custom]]
==== Configuring a Custom Validator ==== Configuring a Custom Validator