Skip to content

Commit

Permalink
add note to explain, related to #96 #101 #6
Browse files Browse the repository at this point in the history
  • Loading branch information
jfromaniello committed Aug 19, 2015
1 parent f5fa50f commit dd8969e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install jsonwebtoken

(Synchronous) Returns the JsonWebToken as string

`payload` could be an literal, buffer or string
`payload` could be an object literal, buffer or string. *Please note that* `exp` is only set if the payload is an object literal.

`secretOrPrivateKey` is a string or buffer containing either the secret for HMAC algorithms, or the PEM
encoded private key for RSA and ECDSA.
Expand Down

0 comments on commit dd8969e

Please sign in to comment.