Skip to content

Commit fdc1f04

Browse files
ziluvatarjavespi
andauthored
Update README.md
Co-Authored-By: javespi <[email protected]>
1 parent 3753d99 commit fdc1f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ As mentioned in [this comment](https://github.com/auth0/node-jsonwebtoken/issues
138138
* `algorithms`: List of strings with the names of the allowed algorithms. For instance, `["HS256", "HS384"]`.
139139
* `audience`: if you want to check audience (`aud`), provide a value here. The audience can be checked against a string, a regular expression or a list of strings and/or regular expressions.
140140
> Eg: `"urn:foo"`, `/urn:f[o]{2}/`, `[/urn:f[o]{2}/, "urn:bar"]`
141-
* `complete`: return an object with the decoded payload and header
141+
* `complete`: return an object with the decoded `{ payload, header, signature }` instead of only the usual content of the payload.
142142
* `issuer` (optional): string or array of strings of valid values for the `iss` field.
143143
* `ignoreExpiration`: if `true` do not validate the expiration of the token.
144144
* `ignoreNotBefore`...

0 commit comments

Comments
 (0)