2.1.1 - 2020-04-20
- bump deps
- remove unused typings in TypeScript definitions
- update package entrypoint to
index.js
(from non-existentsrc/index.js
)
2.1.0 - 2020-01-30
isUnsigned()
method on a token instance to determine whether a token is unsigned- bringing back the
'none'
algorithm (thejose
package added support in version 1.21.0)
2.0.0 - 2020-01-10
- checks to ensure a token when decoding a JWT
- checks to ensure a payload when creating a JWT
- moved TypeScript definitions file to
typings/index.d.ts
- switch packages from
jws
tojose
(jose
comes with JWE support for encrypted tokens)
- require Node.js v12
- this change aligns with the hapi ecosystem requiring Node.js v12 with the release of hapi 19
- remove
'none'
algorithm in favor of increased security (and becausejose
doesn’t support unsigned tokens :))
1.0.0
release 🚀 🎉