jsonwebtoken
Advanced tools
Changelog
7.0.0 - 2016-05-19
Changelog
6.2.0 - 2016-04-29
options.clockTolerance
to jwt.verify
(65ddea934f226bf06bc9d6a55be9587515cfc38d)Changelog
6.1.2 - 2016-04-29
Changelog
6.1.0 - 2016-04-27
Changelog
6.0.1 - 2016-04-27
This was an immediate change after publishing 6.0.0.
Changelog
6.0.0 - 2016-04-27
Change .sign to standard async callback (50873c7d45d2733244d5da8afef3d1872e657a60)
Improved the options for the sign
method (53c3987b3cc34e95eb396b26fc9b051276e2f6f9)
expiresIn
when the payload is not an object (304f1b33075f79ed66f784e27dc4f5307aa39e27)expiresInMinutes
and expiresInSeconds
are deprecated and no longer supported.notBeforeInMinutes
and notBeforeInSeconds
are deprecated and no longer supported.options
are strongly validated.options.expiresIn
, options.notBefore
, options.audience
, options.issuer
, options.subject
and options.jwtid
are mutually exclusive with payload.exp
, payload.nbf
, payload.aud
, payload.iss
options.algorithm
is properly validated.options.headers
is renamed to options.header
.update CHANGELOG to reflect most of the changes. closes #136 (b87a1a8d2e2533fbfab518765a54f00077918eb7), closes #136
update readme (53a88ecf4494e30e1d62a1cf3cc354650349f486)
Changelog
5.7.0 - 2016-02-16