jose/lib
Filip Skokan fd69d7f509 refactor: move JWT profile specifics outside of generic JWT
BREAKING CHANGE: the `JWT.verify` profile option was removed, use e.g.
`JWT.IdToken.verify` instead.

BREAKING CHANGE: removed the `maxAuthAge` `JWT.verify` option, this
option is now only present at the specific JWT profile APIs where the
`auth_time` property applies.

BREAKING CHANGE: removed the `nonce` `JWT.verify` option, this
option is now only present at the specific JWT profile APIs where the
`nonce` property applies.

BREAKING CHANGE: the `acr`, `amr`, `nonce` and `azp` claim value types
will only be checked when verifying a specific JWT profile using its
dedicated API.

BREAKING CHANGE: using the draft implementing APIs will emit a one-time
warning per process using `process.emitWarning`
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 refactor: encrypt APIs unprotectedHeader and aad arguments swapped 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