Releases: ghaiklor/sails-service-cipher
Releases · ghaiklor/sails-service-cipher
v3.2.1
Compare
Sorry, something went wrong.
No results found
<a name"3.2.1">
3.2.1 (2016-01-27)
Bug Fixes
package: Fix issue with export default (81f01ce7 )
v3.2.0
Compare
Sorry, something went wrong.
No results found
<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
Compare
Sorry, something went wrong.
No results found
encode() in JWTCipher is asynchronous now;
Replace expiresInMinutes() with expiresIn;
Update jsonwebtoken to v5.4.0;
v3.0.3
Compare
Sorry, something went wrong.
No results found
v3.0.2
Compare
Sorry, something went wrong.
No results found
Enable greenkeeper and pin dependencies;
v3.0.1
Compare
Sorry, something went wrong.
No results found
Typo fixes in documentation;
v3.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Implement overriding config on encode/decode for JWT;
Version 1.0.1
Compare
Sorry, something went wrong.
No results found
Update docs;
Change name of JWTCipher export;