From b3c0f3c5f800253dfd5fd793c63faccc0951148e Mon Sep 17 00:00:00 2001 From: Peter Rust Date: Fri, 9 Dec 2022 10:54:11 -0800 Subject: [PATCH] docs: update clock tolerance text (#549) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index d5296d64..bee26dc8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -658,7 +658,7 @@ client[custom.http_options] = function (url, options) { #### Customizing clock skew tolerance -It is possible the RP or OP environment has a system clock skew, to set a clock tolerance (in seconds) +It is possible the RP or OP environment has a system clock skew, which can result in the error "JWT not active yet". To set a clock tolerance (in seconds) ```js import { custom } from 'openid-client';