Skip to content

Commit 3d34132

Browse files
committedMay 19, 2015
fix typo in docs . closes #86
1 parent 214b9c4 commit 3d34132

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ Additional headers can be provided via the `headers` object.
4141

4242
Generated jwts will include an `iat` claim by default unless `noTimestamp` is specified.
4343

44-
Setting `ignoreExpiration` to `true` will prevent expired tokens from generating an error.
45-
4644
Example
4745

4846
```js
@@ -78,6 +76,7 @@ encoded public key for RSA and ECDSA.
7876
* `algorithms`: List of strings with the names of the allowed algorithms. For instance, `["HS256", "HS384"]`.
7977
* `audience`: if you want to check audience (`aud`), provide a value here
8078
* `issuer`: if you want to check issuer (`iss`), provide a value here
79+
* `ignoreExpiration`: if `true` do not validate the expiration of the token.
8180

8281
```js
8382
// verify a token symmetric - synchronous

0 commit comments

Comments
 (0)
Please sign in to comment.