Skip to content

Commit 35d8415

Browse files
gswaldenziluvatar
authored andcommitted
rauchg/ms.js changed to zeit/ms (#303)
* rauchg/ms.js changed to zeit/ms * Update README.md
1 parent 05d9978 commit 35d8415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ encoded private key for RSA and ECDSA.
2929
`options`:
3030

3131
* `algorithm` (default: `HS256`)
32-
* `expiresIn`: expressed in seconds or a string describing a time span [rauchg/ms](https://github.com/rauchg/ms.js). Eg: `60`, `"2 days"`, `"10h"`, `"7d"`
33-
* `notBefore`: expressed in seconds or a string describing a time span [rauchg/ms](https://github.com/rauchg/ms.js). Eg: `60`, `"2 days"`, `"10h"`, `"7d"`
32+
* `expiresIn`: expressed in seconds or a string describing a time span [zeit/ms](https://github.com/zeit/ms). Eg: `60`, `"2 days"`, `"10h"`, `"7d"`
33+
* `notBefore`: expressed in seconds or a string describing a time span [zeit/ms](https://github.com/zeit/ms). Eg: `60`, `"2 days"`, `"10h"`, `"7d"`
3434
* `audience`
3535
* `issuer`
3636
* `jwtid`
@@ -116,7 +116,7 @@ encoded public key for RSA and ECDSA.
116116
* `ignoreExpiration`: if `true` do not validate the expiration of the token.
117117
* `ignoreNotBefore`...
118118
* `subject`: if you want to check subject (`sub`), provide a value here
119-
* `clockTolerance`: number of second to tolerate when checking the `nbf` and `exp` claims, to deal with small clock differences among different servers
119+
* `clockTolerance`: number of seconds to tolerate when checking the `nbf` and `exp` claims, to deal with small clock differences among different servers
120120

121121

122122
```js

0 commit comments

Comments
 (0)