Skip to content

Commit 08d0a0e

Browse files
committed
oauth2: Add token_expire_grace_secs setting
1 parent c807314 commit 08d0a0e

File tree

1 file changed

+5
-0
lines changed
  • source/configuration_manual/authentication

1 file changed

+5
-0
lines changed

source/configuration_manual/authentication/oauth2.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,11 @@ Full config file
297297
## Timeout in milliseconds
298298
# timeout_msecs = 0
299299
300+
## Specifies how long after token expiration it is still accepted. It
301+
## shouldn't be 0 because clocks aren't exact, and network can add some
302+
## delays. v2.3.22+
303+
# token_expire_grace_secs = 60
304+
300305
## Enable debug logging
301306
# debug = no
302307

0 commit comments

Comments
 (0)