mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-01 08:12:14 +00:00
Fix Resource Server clock skew default value in docs
Closes gh-6611
This commit is contained in:
parent
24c3c52254
commit
43f3de7de1
@ -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
|
||||||
|
@ -1067,7 +1067,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user