We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214b9c4 commit 3d34132Copy full SHA for 3d34132
README.md
@@ -41,8 +41,6 @@ Additional headers can be provided via the `headers` object.
41
42
Generated jwts will include an `iat` claim by default unless `noTimestamp` is specified.
43
44
-Setting `ignoreExpiration` to `true` will prevent expired tokens from generating an error.
45
-
46
Example
47
48
```js
@@ -78,6 +76,7 @@ encoded public key for RSA and ECDSA.
78
76
* `algorithms`: List of strings with the names of the allowed algorithms. For instance, `["HS256", "HS384"]`.
79
77
* `audience`: if you want to check audience (`aud`), provide a value here
80
* `issuer`: if you want to check issuer (`iss`), provide a value here
+* `ignoreExpiration`: if `true` do not validate the expiration of the token.
81
82
83
// verify a token symmetric - synchronous
0 commit comments