jose/test
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
..
cookbook refactor: don't swallow invalid encoding errors 2019-09-25 22:18:47 +02:00
electron ci: enable electron 7 in CI 2019-10-24 19:27:15 +02:00
fixtures chore: update dev deps, code lint 2019-07-21 18:05:57 +02:00
help feat: allow JWK.asKey inputs for sign/verify/encrypt/decrypt operations 2019-11-27 22:04:14 +01:00
jwa feat: add JWK key_ops support, fix .algorithms() op returns 2019-04-23 14:30:51 +02:00
jwe refactor: improve error message when JWE "enc" value is invalid 2019-12-06 16:09:49 +01:00
jwk fix: properly fail to import unsupported openssh keys 2019-12-10 17:06:34 +01:00
jwks refactor: introduce various registries to prepare for extension modules 2019-12-03 18:54:37 +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
macros refactor: rename node_support to runtime_support 2019-09-10 12:14:15 +02:00