Skip to content

Commit c5f7991

Browse files
authored
Minor README.md edit: Added iss on L41
1 parent cc0f4d6 commit c5f7991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ encoded private key for RSA and ECDSA.
3838

3939
If `payload` is not a buffer or a string, it will be coerced into a string using `JSON.stringify`.
4040

41-
There are no default values for `expiresIn`, `notBefore`, `audience`, `subject`, `issuer`. These claims can also be provided in the payload directly with `exp`, `nbf`, `aud` and `sub` respectively, but you can't include in both places.
41+
There are no default values for `expiresIn`, `notBefore`, `audience`, `subject`, `issuer`. These claims can also be provided in the payload directly with `exp`, `nbf`, `aud`, `sub` and `iss` respectively, but you can't include in both places.
4242

4343

4444
The header can be customized via the `option.header` object.

0 commit comments

Comments
 (0)