Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 614 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 614 Bytes

nJwt Change Log

0.3.0

The JWTs that are returned by nJwt.verify() and nJwt.parse() will no longer populate the iat and jti fields with default random values.

0.2.3

Fixed to prevent the jti and iat claims of the passed token from being over-written with default random values during verification.

0.2.2

jwt.toString() is now an alias for jwt.compact().

0.2.1

When parsing a JWT string, the header values of the JWT are now populated on the object that is returned.

0.2.0

The default exp field is now set to a default expiration of 1 hour.

0.1.0

First release.