jose/lib
Filip Skokan 30e5c46ecf feat: decrypt allowlists for both key management and content encryption
BREAKING CHANGE: the `JWE.decrypt` option `algorithms` was removed and
replaced with contentEncryptionAlgorithms (handles `enc` allowlist) and
keyManagementAlgorithms (handles `alg` allowlist)
2020-09-08 14:12:04 +02:00
..
help refactor: removed deprecated methods and utilities 2020-09-08 14:12:04 +02:00
jwa refactor: removed deprecated methods and utilities 2020-09-08 14:12:04 +02:00
jwe feat: decrypt allowlists for both key management and content encryption 2020-09-08 14:12:04 +02:00
jwk refactor: removed deprecated methods and utilities 2020-09-08 14:12:04 +02:00
jwks refactor: removed deprecated methods and utilities 2020-09-08 14:12:04 +02:00
jws refactor: removed payload parsing from JWS.verify 2020-09-08 14:12:04 +02:00
jwt refactor: move JWT profile specifics outside of generic JWT 2020-09-08 14:12:04 +02:00
registry refactor: removed deprecated methods and utilities 2020-09-08 14:12:04 +02:00
errors.js feat: add JWTExpired error and JWTClaimInvalid claim and reason props 2020-01-16 08:49:37 +01:00
index.js feat: add JWT.sign/verify/decode 2019-02-27 22:38:30 +01:00
index.mjs feat: added support for ESM (ECMAScript modules) 2020-09-08 14:12:04 +02:00