We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cb9df commit 5f10bf9Copy full SHA for 5f10bf9
README.md
@@ -142,6 +142,7 @@ As mentioned in [this comment](https://github.com/auth0/node-jsonwebtoken/issues
142
> Eg: `"urn:foo"`, `/urn:f[o]{2}/`, `[/urn:f[o]{2}/, "urn:bar"]`
143
* `complete`: return an object with the decoded `{ payload, header, signature }` instead of only the usual content of the payload.
144
* `issuer` (optional): string or array of strings of valid values for the `iss` field.
145
+* `jwtid` (optional): if you want to check JWT ID (`jti`), provide a string value here.
146
* `ignoreExpiration`: if `true` do not validate the expiration of the token.
147
* `ignoreNotBefore`...
148
* `subject`: if you want to check subject (`sub`), provide a value here
0 commit comments