jose/lib
Filip Skokan 0ed5025de3 fix: skip validating iat is in the past when exp is present
validating that iat is in the past is common sense but actually nowhere
defined, in most applications tokens will contain `exp` and for those
it seems requiring a few second leeway just to satisfy `iat` seems
inappropriate
2019-12-17 20:40:23 +01:00
..
help refactor: introduce various registries to prepare for extension modules 2019-12-03 18:54:37 +01:00
jwa fix: allow PBES2 for the correct JWK use values 2019-12-05 10:33:59 +01:00
jwe refactor: improve error message when JWE "enc" value is invalid 2019-12-06 16:09:49 +01:00
jwk chore: add deprecation warning for P-256K 2019-12-17 17:23:00 +01:00
jwks refactor: less overhead + truly private API for JWK.Key#algorithms 2019-11-27 22:04:15 +01:00
jws refactor: improve error message when key use mismatches the operation 2019-12-06 15:35:15 +01:00
jwt fix: skip validating iat is in the past when exp is present 2019-12-17 20:40:23 +01:00
registry refactor: allow ECDH-ES to be pluggable with extensions 2019-12-04 11:46:09 +01:00
errors.js refactor: don't swallow invalid encoding errors 2019-09-25 22:18:47 +02:00
index.js feat: add JWT.sign/verify/decode 2019-02-27 22:38:30 +01:00