You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ encoded private key for RSA and ECDSA.
28
28
29
29
*`algorithm` (default: `HS256`)
30
30
*`expiresIn`: expressed in seconds or an string describing a time span [rauchg/ms](https://github.com/rauchg/ms.js). Eg: `60`, `"2 days"`, `"10h"`, `"7d"`
31
-
*`notBeforeMinutes`or `notBeforeSeconds`
31
+
*`notBefore`: expressed in seconds or an string describing a time span [rauchg/ms](https://github.com/rauchg/ms.js). Eg: `60`, `"2 days"`, `"10h"`, `"7d"`
32
32
*`audience`
33
33
*`subject`
34
34
*`issuer`
@@ -80,8 +80,7 @@ encoded public key for RSA and ECDSA.
80
80
*`audience`: if you want to check audience (`aud`), provide a value here
81
81
*`issuer`: if you want to check issuer (`iss`), provide a value here
82
82
*`ignoreExpiration`: if `true` do not validate the expiration of the token.
83
-
*`ignoreNotBefore`...
84
-
*`jwtid`: if you want to check JWT ID (`jti`), provide a value here
83
+
*`ignoreNotBefore`...
85
84
*`subject`: if you want to check subject (`sub`), provide a value here
0 commit comments