Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Releases: ghaiklor/sails-service-cipher

v3.2.1

Choose a tag to compare

@ghaiklor ghaiklor released this 27 Jan 13:08

<a name"3.2.1">

3.2.1 (2016-01-27)

Bug Fixes

  • package: Fix issue with export default (81f01ce7)

v3.2.0

Choose a tag to compare

@ghaiklor ghaiklor released this 26 Jan 14:06

<a name"3.2.0">

3.2.0 (2016-01-26)

Bug Fixes

  • jwt: Fix issue with expiresIn set to false (06fd73b4)

Features

  • package: Add support for older NodeJS versions (91764ee0)

v3.1.0

Choose a tag to compare

@ghaiklor ghaiklor released this 03 Oct 11:21
  • encode() in JWTCipher is asynchronous now;
  • Replace expiresInMinutes() with expiresIn;
  • Update jsonwebtoken to v5.4.0;

v3.0.3

Choose a tag to compare

@ghaiklor ghaiklor released this 02 Oct 10:26
  • General improvements;

v3.0.2

Choose a tag to compare

@ghaiklor ghaiklor released this 26 Sep 10:49
  • Enable greenkeeper and pin dependencies;

v3.0.1

Choose a tag to compare

@ghaiklor ghaiklor released this 25 Sep 09:10
  • Typo fixes in documentation;

v3.0.0

Choose a tag to compare

@ghaiklor ghaiklor released this 24 Sep 16:07
  • Migration from ES5 to ES6 syntax;
  • Remove .create() method from CipherService. CipherService is a function now which you can call with CipherService('jwt');

Version 2.0.0

Choose a tag to compare

@ghaiklor ghaiklor released this 15 Jul 14:46
  • Replace getConfig() and setConfig() with get() and set() methods;
  • Setting expiresInMinutes to false will make non-expiry token;
  • Merging all pre-defined config in each of decode\encode methods;
  • Add more tests for JWT, so test coverage is 100% now;
  • Optimized create method;
  • Update docs;

Version 1.1.0

Choose a tag to compare

@ghaiklor ghaiklor released this 10 Jul 15:11
  • Implement overriding config on encode/decode for JWT;

Version 1.0.1

Choose a tag to compare

@ghaiklor ghaiklor released this 24 Jun 11:45
  • Update docs;
  • Change name of JWTCipher export;