Skip to content

Commit

Permalink
docs: update clock tolerance text (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
prust authored Dec 9, 2022
1 parent 3ab9afe commit b3c0f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit b3c0f3c

Please sign in to comment.