We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba2cd7 commit 947d80cCopy full SHA for 947d80c
docs/core/config/auth/databases/oauth2.md
@@ -299,6 +299,11 @@ report OIDC configuration URL as `openid-configuration` element in error JSON.
299
## Timeout in milliseconds
300
# timeout_msecs = 0
301
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
+
307
## Enable debug logging
308
# debug = no
309
0 commit comments