Skip to content

Commit 947d80c

Browse files
committed
oauth2: Add token_expire_grace_secs setting
1 parent 8ba2cd7 commit 947d80c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/core/config/auth/databases/oauth2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,11 @@ report OIDC configuration URL as `openid-configuration` element in error JSON.
299299
## Timeout in milliseconds
300300
# timeout_msecs = 0
301301
302+
## Specifies how long after token expiration it is still accepted. It
303+
## shouldn't be 0 because clocks aren't exact, and network can add some
304+
## delays. v3.0.3+
305+
# token_expire_grace_secs = 60
306+
302307
## Enable debug logging
303308
# debug = no
304309

0 commit comments

Comments
 (0)