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-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ encoded private key for RSA and ECDSA.
25
25
`options`:
26
26
27
27
*`algorithm` (default: `HS256`)
28
-
*`expiresInMinutes`or `expiresInSeconds`
28
+
*`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"`
29
29
*`audience`
30
30
*`subject`
31
31
*`issuer`
@@ -35,7 +35,7 @@ encoded private key for RSA and ECDSA.
35
35
If `payload` is not a buffer or a string, it will be coerced into a string
36
36
using `JSON.stringify`.
37
37
38
-
If any `expiresInMinutes`, `audience`, `subject`, `issuer` are not provided, there is no default. The jwt generated won't include those properties in the payload.
38
+
If any `expiresIn`, `audience`, `subject`, `issuer` are not provided, there is no default. The jwt generated won't include those properties in the payload.
39
39
40
40
Additional headers can be provided via the `headers` object.
0 commit comments