Skip to content

Releases: makeomatic/ms-token

v6.0.0

23 Oct 17:25
eaf21e8
Compare
Choose a tag to compare

v5.0.1

04 Nov 19:22
35afccd
Compare
Choose a tag to compare

5.0.1 (2020-11-04)

Bug Fixes

  • missing lua assets in lib (35afccd)

v5.0.0

03 Nov 17:47
Compare
Choose a tag to compare

5.0.0 (2020-11-03)

Features

  • refactor code into typescript (f8478c7)

BREAKING CHANGES

  • introduces types, uses typescript & exports are named now, otherwise the functionality remains
    the same and shouldnt require much time to upgrade

v4.1.0

05 May 15:26
Compare
Choose a tag to compare

4.1.0 (2020-05-05)

Features

  • create: extend 429 creation error with token ttl (d2c3196)

v4.0.0

24 Jan 21:10
2855ece
Compare
Choose a tag to compare

4.0.0 (2020-01-24)

Features

  • uses create(de)Cipheriv instead of deprecated methods (2855ece)

BREAKING CHANGES

  • min node is 12.14.x, upgrades internal dependencies and hardens minimum
    shared secret requirements. Introduces new token format of , so that
    in the future breaking changes are easier to mitigate. For back-compatibility introduces
    ability to specify legacy secret with a length of 24, which is supported by createCipher/createDecipher.

v3.1.0

27 Jun 21:07
976c9dd
Compare
Choose a tag to compare

3.1.0 (2019-06-27)

Bug Fixes

  • clear throttle on verify (92e295e)

Features

  • migrate to @hapi/joi, replace lodash with counterparts (976c9dd)

v3.0.0

14 Nov 15:59
4487e2f
Compare
Choose a tag to compare

3.0.0 (2018-11-14)

Features

BREAKING CHANGES

  • similar API, but uses async/await heavily.
    Updated tests, setup automatic release